@@ -109,7 +109,6 @@
<if test="shelvesTime !=null">shelves_time_ = #{shelvesTime},</if>
<if test="shelvesReason !=null and shelvesReason!=''">shelves_reason_ = #{shelvesReason},</if>
<if test="shelvesId !=null">shelves_id_ = #{shelvesId},</if>
- <if test="shelvesFlag != null and shelvesFlag == 0">audit_status_ = 'DOING',audit_name_ = null,audit_id_ = null,</if>
update_time_ = SYSDATE()
</set>
WHERE id_ = #{id}