Commit bdaa7b4e authored by lizhichao's avatar lizhichao

报销审核时间,应获取服务器时间

parent 0d3d3f8b
......@@ -165,7 +165,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="isDel != null">is_del = #{isDel},</if>
<if test="updateTime != null">update_time = #{updateTime},</if>
<if test="purchaseStatus != null">purchase_status = #{purchaseStatus},</if>
<if test="approvedTime != null">approved_time = #{approvedTime},</if>
<if test="approvedTime != null">approved_time = now(),</if>
</trim>
where purchase_id = #{purchaseId}
</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