This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[租赁/物业][修改][查询排序]
release_toaliyun_real
gongbiao
7 years ago
committed by
Stormeye Wu
parent
27e1d097f8
commit
6237ca83ed
2 changed files
with
2 additions
and
2 deletions
Split View
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
View File
@@ -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
View File
@@ -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…
Cancel
Save