|
@@ -18,6 +18,7 @@
|
|
AND B.REPAL_BILL_TYPE = #{billType}
|
|
AND B.REPAL_BILL_TYPE = #{billType}
|
|
</if>
|
|
</if>
|
|
WHERE A.REPAL_GROUP_ID = #{groupId}
|
|
WHERE A.REPAL_GROUP_ID = #{groupId}
|
|
|
|
+ AND A.DELETED = 0
|
|
<if test="custType != null">
|
|
<if test="custType != null">
|
|
AND A.CUST_TYPE = #{custType}
|
|
AND A.CUST_TYPE = #{custType}
|
|
</if>
|
|
</if>
|