Просмотр исходного кода

fix business

release_toaliyun_real
lin 3 лет назад
Родитель
Сommit
7090c364ba
1 измененных файлов: 3 добавлений и 0 удалений
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxBusinessMapper.xml

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

@@ -95,6 +95,9 @@
<if test=" 1 == isRoot"> <if test=" 1 == isRoot">
and `parent_id` is null and `parent_id` is null
</if> </if>
<if test=" null != isDel ">
and `is_del` = #{isDel}
</if>
order by create_date asc order by create_date asc
</select> </select>




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