Commit 83b5e092 by 吴迪

【修改】政府采购

parent e6420008
...@@ -60,6 +60,7 @@ public class ApplicationCaseServiceImpl extends ServiceImpl<ApplicationCaseDao, ...@@ -60,6 +60,7 @@ public class ApplicationCaseServiceImpl extends ServiceImpl<ApplicationCaseDao,
public PageUtils getList(Map<String, Object> params) { public PageUtils getList(Map<String, Object> params) {
QueryWrapper<ApplicationCaseEntity> applicationCaseEntityQueryWrapper = new QueryWrapper<>(); QueryWrapper<ApplicationCaseEntity> applicationCaseEntityQueryWrapper = new QueryWrapper<>();
applicationCaseEntityQueryWrapper.gt("status", 0); applicationCaseEntityQueryWrapper.gt("status", 0);
applicationCaseEntityQueryWrapper.gt("levels", 0);
applicationCaseEntityQueryWrapper.orderByAsc("levels"); applicationCaseEntityQueryWrapper.orderByAsc("levels");
applicationCaseEntityQueryWrapper.orderByDesc("show_time"); applicationCaseEntityQueryWrapper.orderByDesc("show_time");
IPage<ApplicationCaseEntity> page = this.page( IPage<ApplicationCaseEntity> page = this.page(
......
...@@ -52,13 +52,13 @@ dynamic: ...@@ -52,13 +52,13 @@ dynamic:
slave1: slave1:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://192.168.0.77:1433;DatabaseName=gs108 url: jdbc:sqlserver://192.168.0.77:1433;DatabaseName=gs108
username: test1 username: wangtian
password: test1 password: wangtian
slave2: slave2:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://192.168.0.77:1433;DatabaseName=gs108 url: jdbc:sqlserver://192.168.0.77:1433;DatabaseName=gs108
username: test1 username: wangtian
password: test1 password: wangtian
server: server:
port: 9091 port: 9091
# password: 123456 # 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