wuxw лет назад: 2
Родитель
Сommit
6df9224926

+ 1 - 1
java110-db/src/main/resources/mapper/fee/FeeDetailServiceDaoImplMapper.xml

@@ -362,7 +362,7 @@
         )
         values(#{primeRate},#{detailId},#{receivableAmount},#{cycles},#{remark},#{receivedAmount},#{communityId},#{feeId},#{state},
         #{startTime},#{endTime},#{payableAmount},#{cashierName},#{cashierId},#{openInvoice},
-        #{acctAmount},#{discountAmount},#{deductionAmount},#{lateAmount}#{giftAmount}
+        #{acctAmount},#{discountAmount},#{deductionAmount},#{lateAmount},#{giftAmount}
         <if test="createTime != null and createTime != ''">
             ,#{createTime}
         </if>

+ 1 - 1
java110-db/src/main/resources/mapper/fee/PayFeeDetailNewV1ServiceDaoImplMapper.xml

@@ -15,7 +15,7 @@
         ) values (
         #{primeRate},#{detailId},#{receivableAmount},#{cycles},#{remark},#{startTime},#{receivedAmount},#{state},#{endTime},#{communityId},
         #{feeId},#{bId},#{payableAmount},#{payOrderId},#{cashierId},#{cashierName},#{openInvoice},
-        #{acctAmount},#{discountAmount},#{deductionAmount},#{lateAmount}#{giftAmount}
+        #{acctAmount},#{discountAmount},#{deductionAmount},#{lateAmount},#{giftAmount}
         <if test="createTime != null">
             ,#{createTime}
         </if>