Commit 55f4a497 authored by huyuchen's avatar huyuchen

Merge remote-tracking branch 'origin/MVP1.7.7' into MVP1.7.7

parents 0a5b68c4 3e18fa65
......@@ -138,7 +138,7 @@ public class TCompleteMonitorSetServiceImpl extends ServiceImpl<TCompleteMonitor
}
}
if (Common.isNotNull(curContractType)) {
return R.failed("员工合同类型“" + curContractType + "”已存在");
return R.failed("员工合同类型已存在");
}
}
YifuUser user = SecurityUtils.getUser();
......
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