xuefy 4 年 前
コミット
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::getWorkType,"02");
+        //待办
+        noticeLambdaQueryWrapper.eq(SysNotice::getType,"00");
         SysNotice notice = new SysNotice();
         //已办
         notice.setStatus("1");
@@ -410,6 +412,8 @@ public class CreditHandleController extends BaseController {
         noticeLambdaQueryWrapper.eq(SysNotice::getTableId,zfiId);
         //待签收
         noticeLambdaQueryWrapper.eq(SysNotice::getWorkType,"04");
+        //待办
+        noticeLambdaQueryWrapper.eq(SysNotice::getType,"00");
         SysNotice notice = new SysNotice();
         //已办
         notice.setStatus("1");
@@ -511,6 +515,8 @@ public class CreditHandleController extends BaseController {
         noticeLambdaQueryWrapper.eq(SysNotice::getTableId,zfiId);
         //待签收
         noticeLambdaQueryWrapper.eq(SysNotice::getWorkType,"04");
+        //待办
+        noticeLambdaQueryWrapper.eq(SysNotice::getType,"00");
         SysNotice notice = new SysNotice();
         //已办
         notice.setStatus("1");
@@ -607,6 +613,8 @@ public class CreditHandleController extends BaseController {
         noticeLambdaQueryWrapper.eq(SysNotice::getTableId,zfiId);
         //待盖章
         noticeLambdaQueryWrapper.eq(SysNotice::getWorkType,"03");
+        //待办
+        noticeLambdaQueryWrapper.eq(SysNotice::getType,"00");
         SysNotice notice = new SysNotice();
         //已办
         notice.setStatus("1");