Commit 2a95235d by kangxiaoshan

dmp 续签

parent f71674a4
......@@ -315,7 +315,7 @@ public class DmpIncomeServiceImpl implements DmpIncomeService {
}
}
if (!CONTRACT_TYPE_NAME.containsKey(contract.getContractType())) {
if (!CONTRACT_TYPE_NAME.containsKey(contract.getContractType()) && !"续签".equals(contract.getContractType())) {
return erroValueTip(i, "签约类型");
} else {
contract.setContractType(CONTRACT_TYPE_NAME.get(contract.getContractType()));
......
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