wuxw hai 1 ano
pai
achega
43f755cce5

+ 2 - 2
java110-db/src/main/resources/mapper/fee/PayFeeV1ServiceDaoImplMapper.xml

@@ -75,8 +75,8 @@
     <update id="updatePayFeeInfo" parameterType="Map">
         update pay_fee t
         <set>
-            <if test="newBId != null and newBId != ''">
-                t.b_id = #{newBId},
+            <if test="statusCd != null and statusCd != ''">
+                t.status_cd = #{statusCd},
             </if>
             <if test="amount !=null and amount != ''">
                 t.amount= #{amount},