Commit 83b5e092 by 吴迪

【修改】政府采购

parent e6420008
......@@ -60,6 +60,7 @@ public class ApplicationCaseServiceImpl extends ServiceImpl<ApplicationCaseDao,
public PageUtils getList(Map<String, Object> params) {
QueryWrapper<ApplicationCaseEntity> applicationCaseEntityQueryWrapper = new QueryWrapper<>();
applicationCaseEntityQueryWrapper.gt("status", 0);
applicationCaseEntityQueryWrapper.gt("levels", 0);
applicationCaseEntityQueryWrapper.orderByAsc("levels");
applicationCaseEntityQueryWrapper.orderByDesc("show_time");
IPage<ApplicationCaseEntity> page = this.page(
......
......@@ -52,13 +52,13 @@ dynamic:
slave1:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://192.168.0.77:1433;DatabaseName=gs108
username: test1
password: test1
username: wangtian
password: wangtian
slave2:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://192.168.0.77:1433;DatabaseName=gs108
username: test1
password: test1
username: wangtian
password: wangtian
server:
port: 9091
# password: 123456
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment