Commit 91cea252 authored by 祁正's avatar 祁正

出差申请-列表审批

parent fcf8777e
...@@ -20,4 +20,7 @@ public class FyglTravelOnBusinessDTO extends BaseEntity { ...@@ -20,4 +20,7 @@ public class FyglTravelOnBusinessDTO extends BaseEntity {
private Double amount; private Double amount;
private String projectUserName; private String projectUserName;
private Integer status; private Integer status;
//当前节点id
private Integer currentAuditRoleId;
} }
\ No newline at end of file
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<select id="getFyglTravelOnBusinessList" resultMap="listDTO"> <select id="getFyglTravelOnBusinessList" resultMap="listDTO">
SELECT SELECT
f.id, f.id,
f.current_audit_role_id as currentAuditRoleId,
p.project_number, p.project_number,
p.project_name, p.project_name,
p.project_type, p.project_type,
......
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