|
|
@ -388,7 +388,7 @@ public class CodeServiceImpl implements CodeService { |
|
|
|
throw new RenException(wxResult.getErrorCode(), wxResult.getErrorMsg()); |
|
|
|
} |
|
|
|
//将之前上传信息删除
|
|
|
|
codeCustomerService.deleteCode(formDTO.getCustomerId(), codeCustomerDTO.getClientType()); |
|
|
|
codeCustomerService.deleteCode(codeCustomerDTO.getCustomerId(), codeCustomerDTO.getClientType()); |
|
|
|
|
|
|
|
//更新代码表状态
|
|
|
|
codeCustomerDTO.setStatus(CodeConstant.RELEASE_SUCCESS); |
|
|
|