fix
This commit is contained in:
@@ -473,7 +473,7 @@
|
||||
where a.id = #{shopId}
|
||||
</select>
|
||||
|
||||
<select id="getShopIdList" resultType="java.lang.String">
|
||||
<select id="getShopIdList" resultType="java.lang.Long">
|
||||
select id
|
||||
from xfsg_shop_info
|
||||
where deleted = 0 and line_id = #{lineId} and shop_code is not null
|
||||
|
||||
Reference in New Issue
Block a user