|
|
@ -155,9 +155,9 @@ public class CodeServiceImpl implements CodeService { |
|
|
|
codeCustomerDTO.setExtJson(extJson); |
|
|
|
codeCustomerDTO.setAppId(authInfo.getAuthorizerAppid()); |
|
|
|
codeCustomerDTO.setStatus(CodeConstant.UNAUDITED); |
|
|
|
codeCustomerService.save(codeCustomerDTO); |
|
|
|
String codeId = codeCustomerService.save(codeCustomerDTO); |
|
|
|
|
|
|
|
saveOperation(formDTO.getCustomerId(), codeCustomerDTO.getId(), formDTO.getUserVersion(), CodeConstant.OPER_UPLOAD, "上传成功"); |
|
|
|
saveOperation(formDTO.getCustomerId(), codeId, formDTO.getUserVersion(), CodeConstant.OPER_UPLOAD, "上传成功"); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|