|
|
|
@@ -140,6 +140,7 @@ |
|
|
|
<if test=" null != month and '' != month"> |
|
|
|
and date_format(br.starttime,'%Y-%m') <= #{month} and date_format(br.endtime,'%Y-%m') >= #{month} |
|
|
|
</if> |
|
|
|
<if test=" null != onlyOwe">and br.`owe` > 0</if> |
|
|
|
<if test=" null != rentContractIdList "> |
|
|
|
and br.`rent_contract_id` in |
|
|
|
<foreach collection="rentContractIdList" index="index" item="ridItem" open="(" separator="," close=")"> |
|
|
|
|