Commit 2f7264df by jianan

经纪人合同签字日期调整3

parent cb5eab71
...@@ -439,8 +439,8 @@ public class PractitionerHiringContractServiceImpl implements PractitionerHiring ...@@ -439,8 +439,8 @@ public class PractitionerHiringContractServiceImpl implements PractitionerHiring
images.put("secondSignature1401", signature); images.put("secondSignature1401", signature);
images.put("secondSignature1601", signature); images.put("secondSignature1601", signature);
images.put("secondSignature1701", signature); images.put("secondSignature1701", signature);
images.put("secondParty", signature); images.put("secondPartyImg", signature);
images.put("secondParty802", signature); images.put("secondParty802Img", signature);
// 证件照 // 证件照
String IDFront = this.getImgTolocal(localDirectory,"IDFront.png", basicInfo.getIdFrontPageOssPath()); String IDFront = this.getImgTolocal(localDirectory,"IDFront.png", basicInfo.getIdFrontPageOssPath());
String IDBack = this.getImgTolocal(localDirectory,"IDBack.png", basicInfo.getIdBackPageOssPath()); String IDBack = this.getImgTolocal(localDirectory,"IDBack.png", basicInfo.getIdBackPageOssPath());
......
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