|
|
@@ -393,6 +393,9 @@
|
|
|
<if test="detailMonth !=null and detailMonth != ''">
|
|
|
and t.detail_month= #{detailMonth}
|
|
|
</if>
|
|
|
+ <if test="feeState !=null and feeState != ''">
|
|
|
+ and pf.state= #{feeState}
|
|
|
+ </if>
|
|
|
<if test="feeTypeCd !=null and feeTypeCd != ''">
|
|
|
and pf.fee_type_cd= #{feeTypeCd}
|
|
|
</if>
|