Commit 4916f9b0 by kangxiaoshan

dmp 续签

parent 2a95235d
......@@ -319,6 +319,9 @@ public class DmpIncomeServiceImpl implements DmpIncomeService {
return erroValueTip(i, "签约类型");
} else {
contract.setContractType(CONTRACT_TYPE_NAME.get(contract.getContractType()));
if("续签".equals(contract.getContractType())){
contract.setContractType("1");
}
}
if (!BUSINESS_TYPE_NAME.containsKey(contract.getBusinessTypeName())) {
......
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