Commit 1bf084bd authored by hongguangwu's avatar hongguangwu

合同申请提交拦截

parent 7f9b7c3b
......@@ -198,7 +198,7 @@ public class TEmployeeContractInfoServiceImpl extends ServiceImpl<TEmployeeContr
* @return: com.yifu.cloud.plus.v1.yifu.common.core.util.R<java.util.List < com.yifu.cloud.plus.v1.yifu.common.core.util.ErrorMessage>>
**/
private R<List<ErrorMessage>> judgeRule(TEmployeeContractInfo tEmployeeContractInfo) {
if (Common.isEmpty(tEmployeeContractInfo.getSituation())) {
if (Common.isNotNull(tEmployeeContractInfo.getSituation())) {
// "新签合同(正常签订): 同一项目针对合同存在 在用的禁止发起;
if (EmployeeConstants.SITUATION_ONE.equals(tEmployeeContractInfo.getSituation())) {
TEmployeeContractInfo contractInfo = this.getOne(Wrappers.<TEmployeeContractInfo>query().lambda()
......
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