This commit is contained in:
shuo.wang
2025-08-06 10:10:39 +08:00
parent 52839ab03e
commit 45cfc30e0c

View File

@@ -473,7 +473,7 @@
where a.id = #{shopId} where a.id = #{shopId}
</select> </select>
<select id="getShopIdList" resultType="java.lang.String"> <select id="getShopIdList" resultType="java.lang.Long">
select id select id
from xfsg_shop_info from xfsg_shop_info
where deleted = 0 and line_id = #{lineId} and shop_code is not null where deleted = 0 and line_id = #{lineId} and shop_code is not null