修改bug

This commit is contained in:
shuo.wang
2024-04-30 16:26:27 +08:00
parent 53ca4b576a
commit 803f01e593
27 changed files with 290 additions and 133 deletions

View File

@@ -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>