|
|
@@ -112,8 +112,8 @@
|
|
|
</select>
|
|
|
<!-- 添加购买次数记录 -->
|
|
|
<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>
|
|
|
<!-- 供应商余额充值记录 -->
|
|
|
<insert id="buySupplierBalance" parameterType="WxPay">
|