FengChaoYu 3 ay önce
ebeveyn
işleme
ce8dc67f88

+ 1 - 1
mall-miniapp-service/src/main/java/com/gree/mall/miniapp/logic/policy/WorkerLogic.java

@@ -647,7 +647,7 @@ public class WorkerLogic {
                 .eq(WorkerSignConfirmManual::getStatus, ExamineStatusEnum.WAIT.getKey())
                 .count();
         if (count > 0) {
-            bean.setStatus(false);
+            bean.setStatus(true);
             bean.setReason("签署超5次识别失败转人工审核");
             return bean;
 //            throw new RemoteServiceException("待人工审核" + companyName + "的确认书");