|
@@ -19,6 +19,12 @@
|
|
|
<if test="searchType == 4">
|
|
|
AND actual_collectionment-amount_ed_collectionable=0
|
|
|
</if>
|
|
|
+ <if test="searchType == 5">
|
|
|
+ AND amount_ing_payable-amount_ed_payable>0
|
|
|
+ </if>
|
|
|
+ <if test="searchType == 6">
|
|
|
+ AND amount_ed_payable=amount_ing_payable
|
|
|
+ </if>
|
|
|
</if>
|
|
|
<if test="warehouseName != null and warehouseName != ''">
|
|
|
AND warehouse_name= #{warehouseName}
|
|
@@ -108,6 +114,12 @@
|
|
|
<if test="searchType == 4">
|
|
|
AND actual_collectionment-amount_ed_collectionable=0
|
|
|
</if>
|
|
|
+ <if test="searchType == 5">
|
|
|
+ AND amount_ing_payable-amount_ed_payable>0
|
|
|
+ </if>
|
|
|
+ <if test="searchType == 6">
|
|
|
+ AND amount_ed_payable=amount_ing_payable
|
|
|
+ </if>
|
|
|
</if>
|
|
|
<if test="managementType != null and managementType != ''">
|
|
|
AND management_type = #{managementType}
|