Commit 4a9209ab by jianan

合同S2体系问题2

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