Browse Source

增加条件

xuefy 4 years ago
parent
commit
bd2bcfc6ec

+ 8 - 0
sc-service/src/main/java/com/huyi/service/credit/controller/CreditHandleController.java

@@ -257,6 +257,8 @@ public class CreditHandleController extends BaseController {
         noticeLambdaQueryWrapper.eq(SysNotice::getTableId,zfiId);
         noticeLambdaQueryWrapper.eq(SysNotice::getTableId,zfiId);
         //待确权
         //待确权
         noticeLambdaQueryWrapper.eq(SysNotice::getWorkType,"02");
         noticeLambdaQueryWrapper.eq(SysNotice::getWorkType,"02");
+        //待办
+        noticeLambdaQueryWrapper.eq(SysNotice::getType,"00");
         SysNotice notice = new SysNotice();
         SysNotice notice = new SysNotice();
         //已办
         //已办
         notice.setStatus("1");
         notice.setStatus("1");
@@ -410,6 +412,8 @@ public class CreditHandleController extends BaseController {
         noticeLambdaQueryWrapper.eq(SysNotice::getTableId,zfiId);
         noticeLambdaQueryWrapper.eq(SysNotice::getTableId,zfiId);
         //待签收
         //待签收
         noticeLambdaQueryWrapper.eq(SysNotice::getWorkType,"04");
         noticeLambdaQueryWrapper.eq(SysNotice::getWorkType,"04");
+        //待办
+        noticeLambdaQueryWrapper.eq(SysNotice::getType,"00");
         SysNotice notice = new SysNotice();
         SysNotice notice = new SysNotice();
         //已办
         //已办
         notice.setStatus("1");
         notice.setStatus("1");
@@ -511,6 +515,8 @@ public class CreditHandleController extends BaseController {
         noticeLambdaQueryWrapper.eq(SysNotice::getTableId,zfiId);
         noticeLambdaQueryWrapper.eq(SysNotice::getTableId,zfiId);
         //待签收
         //待签收
         noticeLambdaQueryWrapper.eq(SysNotice::getWorkType,"04");
         noticeLambdaQueryWrapper.eq(SysNotice::getWorkType,"04");
+        //待办
+        noticeLambdaQueryWrapper.eq(SysNotice::getType,"00");
         SysNotice notice = new SysNotice();
         SysNotice notice = new SysNotice();
         //已办
         //已办
         notice.setStatus("1");
         notice.setStatus("1");
@@ -607,6 +613,8 @@ public class CreditHandleController extends BaseController {
         noticeLambdaQueryWrapper.eq(SysNotice::getTableId,zfiId);
         noticeLambdaQueryWrapper.eq(SysNotice::getTableId,zfiId);
         //待盖章
         //待盖章
         noticeLambdaQueryWrapper.eq(SysNotice::getWorkType,"03");
         noticeLambdaQueryWrapper.eq(SysNotice::getWorkType,"03");
+        //待办
+        noticeLambdaQueryWrapper.eq(SysNotice::getType,"00");
         SysNotice notice = new SysNotice();
         SysNotice notice = new SysNotice();
         //已办
         //已办
         notice.setStatus("1");
         notice.setStatus("1");