|
@@ -151,7 +151,7 @@ public class WorkerInvolveLogic {
|
|
|
|
|
|
public void appeal(WorkerInvolveApplyItem workerInvolveApplyItem) {
|
|
|
AdminUserCom adminUser = commonLogic.getAdminUser();
|
|
|
- if (!workerInvolveApplyItem.getWebsitStatus().equals(5))
|
|
|
+ if (!workerInvolveApplyItem.getWebsitStatus().equals(3))
|
|
|
throw new RemoteServiceException("网点未审批通过");
|
|
|
|
|
|
|