Commit babb4326 authored by 祁正's avatar 祁正

差旅审批-通过

parent d8b2d807
......@@ -23,4 +23,6 @@ public class FyglTravelOnBusinessDTO extends BaseEntity {
//当前节点id
private Integer currentAuditRoleId;
private String createBy;
}
\ No newline at end of file
......@@ -31,7 +31,7 @@
f.actual_amount,
u.nick_name AS project_manager_name,
f.`status`,
f.create_by,
f.create_by as createBy,
f.update_by
FROM
fygl_travel_on_business f
......
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