Преглед изворни кода

[租赁/物业][修改][查询排序]

release_toaliyun_real
gongbiao пре 7 година
committed by Stormeye Wu
родитељ
комит
6237ca83ed
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml
  2. +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">


Loading…
Откажи
Сачувај