Commit 6d725080 authored by 廖旭伟's avatar 廖旭伟

综窗对接

parent 229e6326
......@@ -271,10 +271,10 @@ public class SyntheticalController extends BaseJsonBodyController {
pdu.getApplicantLegal().setPhone(AESUtil.decryptCBC(pdu.getApplicantLegal().getPhone(),random));
}
if(ObjectUtil.isNotEmpty(pdu.getApplicantPersonal())){
pdu.getApplicantLegal().setApplicantIdNumber(AESUtil.decryptCBC(pdu.getApplicantLegal().getApplicantIdNumber(),random));
pdu.getApplicantLegal().setApplicantName(AESUtil.decryptCBC(pdu.getApplicantLegal().getApplicantName(),random));
pdu.getApplicantLegal().setDocumentId(AESUtil.decryptCBC(pdu.getApplicantLegal().getDocumentId(),random));
pdu.getApplicantLegal().setPhone(AESUtil.decryptCBC(pdu.getApplicantLegal().getPhone(),random));
pdu.getApplicantPersonal().setApplicantIdNumber(AESUtil.decryptCBC(pdu.getApplicantLegal().getApplicantIdNumber(),random));
pdu.getApplicantPersonal().setApplicantName(AESUtil.decryptCBC(pdu.getApplicantLegal().getApplicantName(),random));
pdu.getApplicantPersonal().setDocumentId(AESUtil.decryptCBC(pdu.getApplicantLegal().getDocumentId(),random));
pdu.getApplicantPersonal().setPhone(AESUtil.decryptCBC(pdu.getApplicantLegal().getPhone(),random));
}
//resp = doPost(url, JSONObject.toJSONString(pdu));
resp = iApiComplexFeign.acceptHandling(pdu);
......
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