|
|
@@ -100,7 +100,7 @@ |
|
|
<if test=" null != starttime and null!=endtime ">and br.`receive_date` between #{starttime} and #{endtime}</if> |
|
|
<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> |
|
|
<if test=" null != rentShopType ">and br.`rent_shop_type` = #{rentShopType}</if> |
|
|
</where> |
|
|
</where> |
|
|
order by id desc |
|
|
|
|
|
|
|
|
order by id |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="queryPayInfo" resultType="hashmap" parameterType="hashmap"> |
|
|
<select id="queryPayInfo" resultType="hashmap" parameterType="hashmap"> |
|
|
|