提交 0f901b49 authored 作者: inroi's avatar inroi

微调

上级 fbb2eec0
...@@ -81,7 +81,6 @@ public class LicVerificationServiceImpl implements ILicVerificationService { ...@@ -81,7 +81,6 @@ public class LicVerificationServiceImpl implements ILicVerificationService {
request.setRequest(result); request.setRequest(result);
if (!CollectionUtils.isEmpty(map)) { if (!CollectionUtils.isEmpty(map)) {
response = this.purchaseToResult(map); response = this.purchaseToResult(map);
request.setResponse(JSON.toJSONString(response));
if (response.getCode() == RestResponse.CODE_SUCCESS) { if (response.getCode() == RestResponse.CODE_SUCCESS) {
request.setFlag(1); request.setFlag(1);
...@@ -108,6 +107,7 @@ public class LicVerificationServiceImpl implements ILicVerificationService { ...@@ -108,6 +107,7 @@ public class LicVerificationServiceImpl implements ILicVerificationService {
} }
} }
request.setResponse(JSON.toJSONString(response));
licVerificationMapper.licOnlineVerificationLogCreate(request); licVerificationMapper.licOnlineVerificationLogCreate(request);
try { try {
return RsaUtil.encryptByPrivateKeyToLong(JSON.toJSONString(response), rsaKeyConstant.getPrivateKey()); return RsaUtil.encryptByPrivateKeyToLong(JSON.toJSONString(response), rsaKeyConstant.getPrivateKey());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论