Commit 6c11ee74 by 翁国栋

补充展示所需字段

parent e6edd17c
...@@ -1097,9 +1097,12 @@ public class InsureContorll { ...@@ -1097,9 +1097,12 @@ public class InsureContorll {
ygglMainEmp.setZjNum(insureUser.getInsuredNo()); ygglMainEmp.setZjNum(insureUser.getInsuredNo());
ygglMainEmp.setOrgCode(insureUser.getOrgCode()); ygglMainEmp.setOrgCode(insureUser.getOrgCode());
} }
insureUser.setPolicyId(policy.getId());
ygglMainEmp.insertOrUpdate(); ygglMainEmp.insertOrUpdate();
insureUser.setInsuredName(company.getAttestName());
insureUser.setPolicyId(policy.getId());
insureUser.setInsureStatus(1);
insureUser.setUserId(ygglMainEmp.getId());
insureUser.setStatus("1");
insureUser.insert(); insureUser.insert();
} }
} catch (IOException e) { } catch (IOException e) {
......
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