|
|
@@ -93,9 +93,9 @@ |
|
|
<if test=" null != parentBillId ">and `parent_bill_id` = #{parentBillId}</if> |
|
|
<if test=" null != parentBillId ">and `parent_bill_id` = #{parentBillId}</if> |
|
|
<if test=" null != feesStandarsId ">and `fees_standars_id` = #{feesStandarsId}</if> |
|
|
<if test=" null != feesStandarsId ">and `fees_standars_id` = #{feesStandarsId}</if> |
|
|
<if test=" 1 == hasParentBillId ">and `parent_bill_id` is not null</if> |
|
|
<if test=" 1 == hasParentBillId ">and `parent_bill_id` is not null</if> |
|
|
<if test=" 0 == hasParentBillId ">and `parent_bill_id` null</if> |
|
|
|
|
|
|
|
|
<if test=" 0 == hasParentBillId ">and `parent_bill_id` is null</if> |
|
|
<if test=" 1 == hasFeesStardarsId ">and `fees_standars_id` is not null</if> |
|
|
<if test=" 1 == hasFeesStardarsId ">and `fees_standars_id` is not null</if> |
|
|
<if test=" 0 == hasFeesStardarsId ">and `fees_standars_id` null</if> |
|
|
|
|
|
|
|
|
<if test=" 0 == hasFeesStardarsId ">and `fees_standars_id` is null</if> |
|
|
|
|
|
|
|
|
<if test=" 1 == notifyed ">and (`last_owe_call_time` is not null and `receive_pay` - `pay` > 0 and status not in (3,6,7) )</if> |
|
|
<if test=" 1 == notifyed ">and (`last_owe_call_time` is not null and `receive_pay` - `pay` > 0 and status not in (3,6,7) )</if> |
|
|
<if test=" null != propertyContractIds "> |
|
|
<if test=" null != propertyContractIds "> |
|
|
@@ -172,9 +172,9 @@ |
|
|
<if test=" null != parentBillId ">and br.`parent_bill_id` = #{parentBillId}</if> |
|
|
<if test=" null != parentBillId ">and br.`parent_bill_id` = #{parentBillId}</if> |
|
|
<if test=" null != feesStandarsId ">and br.`fees_standars_id` = #{feesStandarsId}</if> |
|
|
<if test=" null != feesStandarsId ">and br.`fees_standars_id` = #{feesStandarsId}</if> |
|
|
<if test=" 1 == hasParentBillId ">and br.`parent_bill_id` is not null</if> |
|
|
<if test=" 1 == hasParentBillId ">and br.`parent_bill_id` is not null</if> |
|
|
<if test=" 0 == hasParentBillId ">and br.`parent_bill_id` null</if> |
|
|
|
|
|
|
|
|
<if test=" 0 == hasParentBillId ">and br.`parent_bill_id` is null</if> |
|
|
<if test=" 1 == hasFeesStardarsId ">and br.`fees_standars_id` is not null</if> |
|
|
<if test=" 1 == hasFeesStardarsId ">and br.`fees_standars_id` is not null</if> |
|
|
<if test=" 0 == hasFeesStardarsId ">and br.`fees_standars_id` null</if> |
|
|
|
|
|
|
|
|
<if test=" 0 == hasFeesStardarsId ">and br.`fees_standars_id` is null</if> |
|
|
|
|
|
|
|
|
<if test=" 1 == notifyed ">and (br.`last_owe_call_time` is not null and br.`receive_pay` - br.`pay` > 0 and br.status not in (3,6,7) )</if> |
|
|
<if test=" 1 == notifyed ">and (br.`last_owe_call_time` is not null and br.`receive_pay` - br.`pay` > 0 and br.status not in (3,6,7) )</if> |
|
|
<if test=" null != propertyContractIds "> |
|
|
<if test=" null != propertyContractIds "> |
|
|
|