|
@@ -1319,7 +1319,7 @@ public class UserLogic {
|
|
workerImgService.saveBatch(workerImgs);
|
|
workerImgService.saveBatch(workerImgs);
|
|
}
|
|
}
|
|
|
|
|
|
- if (userApplyBean.getWorkerPolicy()!= null && userApplyBean.getStartTime() != null) {
|
|
|
|
|
|
+ if (userApplyBean.getWorkerPolicy()!= null && userApplyBean.getWorkerPolicy().getStartTime() != null) {
|
|
userApplyBean.getWorkerPolicy().insert();
|
|
userApplyBean.getWorkerPolicy().insert();
|
|
}
|
|
}
|
|
}
|
|
}
|