feat:密码数据处理,验签排除空字符串,导出接口
This commit is contained in:
@@ -53,4 +53,12 @@
|
||||
create_time,update_time,create_user,
|
||||
update_user,c_shop_name,settler_bank_back_photo_url,settler_is_same_partner,juridical_is_same_partner
|
||||
</sql>
|
||||
<select id="getSpecificByShopIdList" resultType="com.cool.store.entity.BuildInformationDO">
|
||||
select shop_id as shopId, c_shop_name as cShopName
|
||||
from xfsg_build_information
|
||||
where shop_id in
|
||||
<foreach item="item" index="index" collection="list" open="(" separator="," close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user