解绑、失效、删除 逻辑调整
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user