|
|
@@ -124,8 +124,8 @@
|
|
|
</update>
|
|
|
<!-- 添加购买次数记录 -->
|
|
|
<insert id="addBuyOfferNum" parameterType="BuyOfferNum">
|
|
|
- insert into bus_buy_offer_num(uuid,jdrq,pay_amount,offer_num,code,pay_amount,pay_type)
|
|
|
- values(#{uuid},CONVERT(VARCHAR(100), SYSDATETIME(), 20),#{payAmount},#{offerNum},#{code},{payAmount},{payType})
|
|
|
+ insert into bus_buy_offer_num(uuid,jdrq,pay_amount,offer_num,code,pay_type)
|
|
|
+ values(#{uuid},CONVERT(VARCHAR(100), SYSDATETIME(), 20),#{payAmount},#{offerNum},#{code},#{payType})
|
|
|
</insert>
|
|
|
<!-- 查询收支明细 -->
|
|
|
<select id="balanceOfPayments" resultType="Map" parameterType="String">
|