|
|
@@ -1014,9 +1014,6 @@ public class MsSignSealServiceImpl implements MsSignSealService {
|
|
1014
|
1014
|
@Override
|
|
1015
|
1015
|
@Transactional(rollbackFor = Exception.class)
|
|
1016
|
1016
|
public AjaxResult signSeaalCaseApplicaCallback(String reqbodystr) throws EsignDemoException, IOException {
|
|
1017
|
|
-
|
|
1018
|
|
- System.out.println("请求参数reqbodystr:----------->>>>>>"+reqbodystr);
|
|
1019
|
|
-
|
|
1020
|
1017
|
JSONObject jsonObjectCallback = JSONObject.parseObject(reqbodystr);
|
|
1021
|
1018
|
Gson gson = new Gson();
|
|
1022
|
1019
|
if (jsonObjectCallback != null) {
|
|
|
@@ -1028,11 +1025,6 @@ public class MsSignSealServiceImpl implements MsSignSealService {
|
|
1028
|
1025
|
JSONObject psnAccount = operator.getJSONObject("psnAccount");
|
|
1029
|
1026
|
String accountMobile = psnAccount.getString("accountMobile");
|
|
1030
|
1027
|
|
|
1031
|
|
- System.out.println("请求参数signResult:----------->>>>>>"+signResult);
|
|
1032
|
|
- System.out.println("请求参数action:---------->>>>>>"+action);
|
|
1033
|
|
- System.out.println("请求参数signFlowId:---------->>>>>>"+signFlowId);
|
|
1034
|
|
- System.out.println("请求参数accountMobile:---------->>>>>>"+accountMobile);
|
|
1035
|
|
-
|
|
1036
|
1028
|
Example msSealSignRecordExample = new Example(MsSealSignRecord.class);
|
|
1037
|
1029
|
msSealSignRecordExample.createCriteria().andEqualTo("signFlowId", signFlowId);
|
|
1038
|
1030
|
MsSealSignRecord sealSignRecordsel = sealSignRecordMapper.selectOneByExample(msSealSignRecordExample);
|