测试
This commit is contained in:
parent
2d9c974fa7
commit
72b2346793
|
@ -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}")
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user