This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
server
/
formallProject
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
[租赁/物业][修改][查询排序]
release_toaliyun_real
gongbiao
пре 7 година
committed by
Stormeye Wu
родитељ
27e1d097f8
комит
6237ca83ed
2 измењених фајлова
са
2 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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">
Write
Preview
Loading…
Откажи
Сачувај