Compare commits

..

No commits in common. "94e1fa4cb8f812bd73436bbe04913d4ff7519310" and "7be9ac330267d8a7da116304b72e6aab386c9fff" have entirely different histories.

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_project")
@Select("select * from organize_oa.oa_permissions")
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: 192.168.80.129
host: localhost
port: 6379
password: 123456
password:
profiles:
active: dev
mybatis: