|
|
@@ -51,9 +51,6 @@
|
|
|
<if test="feeId !=null and feeId != ''">
|
|
|
and t.fee_id= #{feeId}
|
|
|
</if>
|
|
|
- <if test="userId !=null and userId != ''">
|
|
|
- and t.user_id= #{userId}
|
|
|
- </if>
|
|
|
<if test="payerObjId !=null and payerObjId != ''">
|
|
|
and t.payer_obj_id= #{payerObjId}
|
|
|
</if>
|
|
|
@@ -106,9 +103,6 @@
|
|
|
<if test="feeId !=null and feeId != ''">
|
|
|
and t.fee_id= #{feeId}
|
|
|
</if>
|
|
|
- <if test="userId !=null and userId != ''">
|
|
|
- and t.user_id= #{userId}
|
|
|
- </if>
|
|
|
<if test="payerObjId !=null and payerObjId != ''">
|
|
|
and t.payer_obj_id= #{payerObjId}
|
|
|
</if>
|
|
|
@@ -207,9 +201,6 @@
|
|
|
<if test="feeId !=null and feeId != ''">
|
|
|
and t.fee_id= #{feeId}
|
|
|
</if>
|
|
|
- <if test="userId !=null and userId != ''">
|
|
|
- and t.user_id= #{userId}
|
|
|
- </if>
|
|
|
<if test="payerObjId !=null and payerObjId != ''">
|
|
|
and t.payer_obj_id= #{payerObjId}
|
|
|
</if>
|
|
|
@@ -354,9 +345,6 @@
|
|
|
<if test="feeId !=null and feeId != ''">
|
|
|
and t.fee_id= #{feeId}
|
|
|
</if>
|
|
|
- <if test="userId !=null and userId != ''">
|
|
|
- and t.user_id= #{userId}
|
|
|
- </if>
|
|
|
<if test="payerObjId !=null and payerObjId != ''">
|
|
|
and t.payer_obj_id= #{payerObjId}
|
|
|
</if>
|
|
|
@@ -663,9 +651,6 @@
|
|
|
<if test="feeId !=null and feeId != ''">
|
|
|
and t.fee_id= #{feeId}
|
|
|
</if>
|
|
|
- <if test="userId !=null and userId != ''">
|
|
|
- and t.user_id= #{userId}
|
|
|
- </if>
|
|
|
<if test="payerObjId !=null and payerObjId != ''">
|
|
|
and t.payer_obj_id= #{payerObjId}
|
|
|
</if>
|
|
|
@@ -750,9 +735,6 @@
|
|
|
<if test="feeId !=null and feeId != ''">
|
|
|
and t.fee_id= #{feeId}
|
|
|
</if>
|
|
|
- <if test="userId !=null and userId != ''">
|
|
|
- and t.user_id= #{userId}
|
|
|
- </if>
|
|
|
<if test="payerObjId !=null and payerObjId != ''">
|
|
|
and t.payer_obj_id= #{payerObjId}
|
|
|
</if>
|