Commit 08a186ff by fudahua

同步处理 死循环处理

parent fc84e2f5
...@@ -655,7 +655,13 @@ public class StaffApiServiceImpl implements StaffApiService { ...@@ -655,7 +655,13 @@ public class StaffApiServiceImpl implements StaffApiService {
} }
if(wxEnterpriseRelatedApiService.enterpriseUseNew(clerkMid.getEnterpriseId())){ if(wxEnterpriseRelatedApiService.enterpriseUseNew(clerkMid.getEnterpriseId())){
addClerkByGic(clerkMid); try {
addClerkByGic(clerkMid);
} catch (Exception e) {
e.printStackTrace();
}
} else {
throw new RuntimeException("使用好办2.0");
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment