增加,门店恢复状态,删除门店接口

This commit is contained in:
shuo.wang
2025-03-24 15:01:45 +08:00
parent 3397e9035e
commit 879db971ea
10 changed files with 71 additions and 29 deletions

View File

@@ -51,7 +51,7 @@
op.result_type AS resultType,si.supervisor_user_id as supervisorUserId
from xfsg_opening_operation_plan op
join xfsg_shop_info si on si.id = op.shop_id
where 1=1
where si.deleted = 0
<if test="request.shopName != null and request.shopName != '' ">
AND si.shop_name like concat('%', #{request.shopName}, '%')
</if>