xuefy il y a 4 ans
Parent
commit
0c48faaf27

+ 2 - 0
sc-service/src/main/java/com/huyi/service/financeRecord/controller/FinanceRecordController.java

@@ -367,6 +367,8 @@ public class FinanceRecordController extends BaseController {
         noticeLambdaQueryWrapper.eq(SysNotice::getTableId,zfrFinanceId);
         //待融资
         noticeLambdaQueryWrapper.eq(SysNotice::getWorkType,"05");
+        //待办
+        noticeLambdaQueryWrapper.eq(SysNotice::getType,"00");
         SysNotice notice = new SysNotice();
         //已办
         notice.setStatus("1");