fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user