生效日期在暂时不填
This commit is contained in:
@@ -1176,9 +1176,9 @@ public class ContractLaunchServiceImpl implements ContractLaunchService {
|
||||
&& (contract.getPeriodExplain() == null || contract.getPeriodExplain().isBlank())) {
|
||||
throw new ServiceException("无固定期限合同必须填写期限说明");
|
||||
}
|
||||
if (contract.getActiveDate() == null) {
|
||||
throw new ServiceException("合同生效日期不能为空");
|
||||
}
|
||||
// if (contract.getActiveDate() == null) {
|
||||
// throw new ServiceException("合同生效日期不能为空");
|
||||
// }
|
||||
validateActiveDateWithinTerm(contract);
|
||||
if (contract.getPartyList() == null || contract.getPartyList().isEmpty()) {
|
||||
throw new ServiceException("至少需要维护一个合同方");
|
||||
|
||||
Reference in New Issue
Block a user