|
@@ -647,7 +647,10 @@ public class WorkerLogic {
|
|
|
.eq(WorkerSignConfirmManual::getStatus, ExamineStatusEnum.WAIT.getKey())
|
|
|
.count();
|
|
|
if (count > 0) {
|
|
|
- throw new RemoteServiceException("待人工审核" + companyName + "的确认书");
|
|
|
+ bean.setStatus(false);
|
|
|
+ bean.setReason("签署超5次识别失败转人工审核");
|
|
|
+ return bean;
|
|
|
+// throw new RemoteServiceException("待人工审核" + companyName + "的确认书");
|
|
|
}
|
|
|
// String path = System.getProperty("user.dir");
|
|
|
// 生成的文件的存放路径
|