Commit 40939519 by guojuxing

审批工单修改

parent b28808ce
......@@ -169,9 +169,11 @@ public class AuditLogApiServiceImpl implements AuditLogApiService {
if (StringUtils.isNotBlank(auditorDTO.getOpenid())) {
// 发送微信模板消息
sendWxMessage(auditorDTO, auditLogDTO);
//重制,为了循环新增
auditLogDTO.setAuditorId(null);
}
//重制,为了循环新增
auditLogDTO.setAuditorId(null);
if (auditorDTO.getUserId() != null && !AuditTypeEnum.HAOBAN.getCode().equals(auditLogDTO.getAuditType())) {
ServiceResponse<UserDTO> userResponse = userApiService.getUserInfoById(auditorDTO.getUserId());
if (userResponse.isSuccess()) {
......
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