Procházet zdrojové kódy

优化下 报表查询 数量

Your Name před 2 roky
rodič
revize
1913edc351

+ 3 - 0
java110-db/src/main/resources/mapper/fee/PayFeeDetailMonthServiceDaoImplMapper.xml

@@ -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>