Commit a40b04a9 by guojuxing

审批加备注字段

parent 55fdeb8c
......@@ -281,6 +281,7 @@ public class AuditLogApiServiceImpl implements AuditLogApiService {
} else {
auditLogDTO = EntityUtil.changeEntityByJSON(AuditLogDTO.class, audit);
}
auditLogDTO.setRemark(audit.getRemark());
// 商户名
TabEnterprise enterprise = enterpriseService.getEnterpriseById(auditLogDTO.getEnterpriseId());
auditLogDTO.setEnterpriseName(enterprise.getEnterpriseName());
......
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