Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
server
/
formallProject
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
[租赁/物业][修改][查询排序]
release_toaliyun_real
gongbiao
7 лет назад
Родитель
6d1140729d
Сommit
6c45dc056d
2 измененных файлов
:
2 добавлений
и
2 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+1
-1
mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml
+1
-1
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml
Просмотреть файл
@@ -99,7 +99,7 @@
<if test=" null != rentShopType ">and br.`rent_shop_type` = #{rentShopType}</if>
</where>
order by id
desc
order by id
</select>
<select id="queryPayInfo" resultType="hashmap" parameterType="hashmap">
+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml
Просмотреть файл
@@ -100,7 +100,7 @@
<if test=" null != starttime and null!=endtime ">and br.`receive_date` between #{starttime} and #{endtime}</if>
<if test=" null != rentShopType ">and br.`rent_shop_type` = #{rentShopType}</if>
</where>
order by id
desc
order by id
</select>
<select id="queryPayInfo" resultType="hashmap" parameterType="hashmap">
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить