解绑、失效、删除 逻辑调整

This commit is contained in:
zhangchenbiao
2024-04-17 17:42:48 +08:00
parent 9f4eb4e4d0
commit 840007e79f
17 changed files with 155 additions and 17 deletions

View File

@@ -185,4 +185,8 @@
</if>
</select>
<update id="recyclePoint">
update xfsg_point_info set line_id = null, shop_id = null, select_status = 0, update_time = now(), point_status = if(point_status = 6, 5, point_status)) where id = #{pointId}
</update>
</mapper>