Commit 4a9209ab by jianan

合同S2体系问题2

parent 8577afde
...@@ -286,8 +286,9 @@ public class PractitionerHiringContractServiceImpl implements PractitionerHiring ...@@ -286,8 +286,9 @@ public class PractitionerHiringContractServiceImpl implements PractitionerHiring
if (Long.valueOf("30").equals(memberShip.getMdDropOptionId())) { if (Long.valueOf("30").equals(memberShip.getMdDropOptionId())) {
systemOwnerIdNo = basicInfo.getIdNo(); systemOwnerIdNo = basicInfo.getIdNo();
systemOwnerMobile = basicInfo.getMobileNo(); systemOwnerMobile = basicInfo.getMobileNo();
data.put("secondSubsystemOwner", memberShip.getSubsystemOwner()); systemOwnerAddress.append(basicInfo.getResidentAddress());
data.put("secondSubsystemSignature", memberShip.getSubsystemOwner()); data.put("secondSubsystemOwner", basicInfo.getName());
data.put("secondSubsystemSignature", basicInfo.getName());
} }
} else { } else {
systemOwnerIdNo = systemOwner.getIdNo(); systemOwnerIdNo = systemOwner.getIdNo();
......
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