Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
server
/
formallProject
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
fix business
release_toaliyun_real
lin
3 лет назад
Родитель
e72c103f67
Сommit
7090c364ba
1 измененных файлов
:
3 добавлений
и
0 удалений
Единый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+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>
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить