Commit 29de9cc8 authored by wujiang's avatar wujiang

修改编号存储

parent 42c7ab45
...@@ -127,7 +127,7 @@ public class HouseholdContractServiceImpl extends BaseService<HouseholdContractD ...@@ -127,7 +127,7 @@ public class HouseholdContractServiceImpl extends BaseService<HouseholdContractD
if (da.getRegionalAddress() == null || da.getRegionalAddress().isEmpty()) { if (da.getRegionalAddress() == null || da.getRegionalAddress().isEmpty()) {
throw new BadRequest("区域公司省市区为空, 请设置省市区"); throw new BadRequest("区域公司省市区为空, 请设置省市区");
} }
String code = NumberUtil.getCode(CodeEnum.勘察.getCode(), da.getCompanyCode(), da.getRegionalAddress()); String code = NumberUtil.getCode(CodeEnum.合同.getCode(), da.getCompanyCode(), da.getRegionalAddress());
return code; return code;
} }
......
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