修改bug
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
</sql>
|
||||
<update id="updateByShopId">
|
||||
update xfsg_opening_operation_plan
|
||||
set audit_id = #{auditId},result_type = #{resultType}
|
||||
set audit_id = #{auditId},result_type = #{resultType},update_time = NOW()
|
||||
where shop_id = #{shopId}
|
||||
</update>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user