This commit is contained in:
176yunxuan 2024-01-20 16:01:46 +08:00
parent 2d9c974fa7
commit 72b2346793
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ public interface ProjectMapper {
@Update("UPDATE organize_oa.oa_config SET data = #{setProjectShow} WHERE value = 'project_show'")
boolean setProjectShow(String setProjectShow);
@Select("select * from organize_oa.oa_permissions")
@Select("select * from organize_oa.oa_project")
List<ProjectDO> get();
@Select("select * from organize_oa.oa_project where name=#{name}")

View File

@ -8,9 +8,9 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
redis:
database: 0
host: localhost
host: 192.168.80.129
port: 6379
password:
password: 123456
profiles:
active: dev
mybatis: