Commit 9ed8f702 by 翁国栋

8小时后台--

替換人员用户为空
parent ec6f9069
...@@ -1891,7 +1891,7 @@ public class InsureContorll { ...@@ -1891,7 +1891,7 @@ public class InsureContorll {
.batchNo(batchData.get("import_uuid").toString()) .batchNo(batchData.get("import_uuid").toString())
.benefitBasicPlan(planId) .benefitBasicPlan(planId)
.policyNo(orderImportInfo.get("contract_no").toString()) .policyNo(orderImportInfo.get("contract_no").toString())
.userId(y.getId()) .userId(y.getUserId())
.orgCode(y.getOrgCode()) .orgCode(y.getOrgCode())
.benefitOccupationCategory(categoryId) .benefitOccupationCategory(categoryId)
.insuredNo(y.getInsuredNo()) .insuredNo(y.getInsuredNo())
......
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