java110 hace 2 años
padre
commit
8663deb12c

+ 6 - 0
java110-db/src/main/resources/mapper/fee/PayFeeConfigV1ServiceDaoImplMapper.xml

@@ -71,6 +71,9 @@
         <if test="feeName !=null and feeName != ''">
             and t.fee_name= #{feeName}
         </if>
+        <if test="feeNameEq !=null and feeNameEq != ''">
+            and t.fee_name = #{feeNameEq}
+        </if>
         <if test="paymentCycle !=null and paymentCycle != ''">
             and t.payment_cycle= #{paymentCycle}
         </if>
@@ -213,6 +216,9 @@
         <if test="feeName !=null and feeName != ''">
             and t.fee_name= #{feeName}
         </if>
+        <if test="feeNameEq !=null and feeNameEq != ''">
+            and t.fee_name = #{feeNameEq}
+        </if>
         <if test="paymentCycle !=null and paymentCycle != ''">
             and t.payment_cycle= #{paymentCycle}
         </if>