Commit 64b120e5 authored by qiyaxin's avatar qiyaxin

项目费用审批-改bug

parent d7908f51
...@@ -14,7 +14,5 @@ public class ProjectCostRequestApproval { ...@@ -14,7 +14,5 @@ public class ProjectCostRequestApproval {
private Boolean isEndApproval; private Boolean isEndApproval;
//整体审核状态 //整体审核状态
private Integer approveStatus; private Integer approveStatus;
// PM通过时间
private String pmPassTime;
} }
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
<trim prefix="SET" suffixOverrides=","> <trim prefix="SET" suffixOverrides=",">
<if test="approveStatus != null">approve_status = #{approveStatus},</if> <if test="approveStatus != null">approve_status = #{approveStatus},</if>
<if test="nextNodeId != null">current_audit_role_id = #{nextNodeId},</if> <if test="nextNodeId != null">current_audit_role_id = #{nextNodeId},</if>
<if test="pmPassTime != null">pm_passtime = #{pmPassTime},</if>
</trim> </trim>
where id = #{projectCostId} where id = #{projectCostId}
</update> </update>
......
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