|
@@ -37,6 +37,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="tenantId != null and tenantId != ''">
|
|
|
AND dl.tenant_id = #{tenantId}
|
|
|
</if>
|
|
|
+ <if test="billType != null and billType != ''">
|
|
|
+ AND st.bill_type = #{billType}
|
|
|
+ </if>
|
|
|
<if test="payStatus != null ">
|
|
|
AND dl.pay_status = #{payStatus}
|
|
|
</if>
|