Commit 28de8295 authored by 祁正's avatar 祁正

改bug

parent 976730ff
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<result property="projectType" column="project_type" /> <result property="projectType" column="project_type" />
<result property="timeOfExpense" column="time_of_expense" /> <result property="timeOfExpense" column="time_of_expense" />
<result property="costType" column="cost_type" /> <result property="costType" column="cost_type" />
<result property="createBy" column="create_by" />
<result property="actualAmount" column="actual_amount" /> <result property="actualAmount" column="actual_amount" />
<result property="reimbursmentApproveStatus" column="reimbursment_approve_status" /> <result property="reimbursmentApproveStatus" column="reimbursment_approve_status" />
...@@ -74,6 +75,7 @@ ...@@ -74,6 +75,7 @@
r1.id, r1.id,
r1.current_audit_node_id as currentAuditNodeId, r1.current_audit_node_id as currentAuditNodeId,
r1.update_time as updateTime, r1.update_time as updateTime,
r1.create_by,
r1.create_time, r1.create_time,
r1.serial_number, r1.serial_number,
p.project_name, p.project_name,
......
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