Commit 181fb04f authored by 332784038@qq.com's avatar 332784038@qq.com

批量订单费用申请查询列表补充返回值

parent 9185e70e
......@@ -52,7 +52,6 @@ public class BatchOrderFeeApplyBackVO {
@ApiModelProperty(value = "申请人名称")
private String creatorName;
@ApiModelProperty(value = "审批人id")
private String audit;
......
......@@ -18,9 +18,9 @@
a.state,
a.form_id,
a.creator,
u.creator_name,
u.nickname as creator_name,
a.audit,
u2.audit_name
u2.nickname as audit_name
from ecw_batch_order_fee_apply a
left join system_user u
on a.creator = u.id
......
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