35bfed834faee8b04988e9f202a0f5c79b13b405..e847891c4f6f12cee5e764f8c1fad001496b9740
2021-08-09 xiaoyong931011
Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
e84789 diff | tree
2021-08-09 xiaoyong931011
20210809
510084 diff | tree
1 files modified
2 ■■■ changed files
gc-sys/src/main/resources/mapper/system/SysEnvironmentalInfoMapper.xml 2 ●●● patch | view | raw | blame | history
gc-sys/src/main/resources/mapper/system/SysEnvironmentalInfoMapper.xml
@@ -115,7 +115,7 @@
    <select id="queryOperateItemList" parameterType="com.xzx.gc.model.admin.ItemModel"
            resultType="com.xzx.gc.model.admin.ItemModel">
        select a.id,a.title,a.sort,a.item_type,a.city_id,a.partner_id,a.del_flag,
        select a.id,a.title,a.sort,a.item_type,a.city_id,a.partner_id,a.del_flag,a.min_price minPrice,a.max_price maxPrice,
        (select b.partner_name from xzx_city_partner b where a.partner_id=b.id) as partnerName
        from xzx_sys_environmental_info a where 1=1
        <if test="id!= null and id != ''">