Commit bc8d140a by zhiwj

审核

parent f373f8dd
......@@ -344,7 +344,7 @@ public class AuditLogApiServiceImpl implements AuditLogApiService {
String position = userTypeEnum != null ? userTypeEnum.getMessage() : "";
String[] keyWord = {enterprise.getEnterpriseName(), auditorDTO.getAuditorName(), position, auditLogDTO.getProjectItemName()};
// todo 跳转地址
this.wxTemplateRouterApiService.sendForDownloadData(auditorDTO.getOpenid(), null, keyWord);
this.wxTemplateRouterApiService.sendForDownloadData(auditorDTO.getOpenid(), String.format("/wechat-approve.html?auditLogId=%d&openid=%s", auditLogDTO.getAuditLogId(), auditorDTO.getOpenid()), keyWord);
}
}
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