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

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

@@ -60,4 +60,8 @@
group by shop_stage
</select>
<update id="unbindPoint">
update xfsg_shop_info set point_id = null where id = #{shopId}
</update>
</mapper>