xhxu 5 лет назад
Родитель
Сommit
28efb0cdec
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxShopMapper.xml Просмотреть файл

@@ -255,7 +255,7 @@
left join wx_mall_floor f on s.floor=f.id
where s.is_del=0

<if test=" null != id ">
<!--<if test=" null != id ">
and s.`id` = #{id}
</if>

@@ -283,7 +283,7 @@
</if>
<if test="null == sortColumn">
<if test=" null != sortColumns">order by ${sortColumns}</if>
</if>
</if>-->
</select>




Загрузка…
Отмена
Сохранить