xiaoyong931011
2021-08-09 3710653f69b9c48c3b9392112b82f088c860807c
20210809
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
@@ -78,7 +78,7 @@
    <select id="queryOperaIteml" parameterType="com.xzx.gc.model.admin.ItemModel"
            resultType="com.xzx.gc.model.admin.ItemModel">
        select a.id,a.title,a.del_flag as delFlag,a.show_flag as showFlag,a.item_unit as itemUnit,
        select a.id,a.title,a.del_flag as delFlag,a.show_flag as showFlag,a.item_unit as itemUnit,a.min_price minPrice,a.max_price maxPrice,
        (select b.title from xzx_sys_environmental_info b where b.id=a.parent_id) as type,
        a.price as price,a.second_price as secondPrice,IFNULL(a.put_storage_price,0.00) as putStoragePrice,a.sort as
        sort,