|
@@ -1324,7 +1324,7 @@
|
|
|
#{authVipRecordId}, #{type}, #{subUserNo}, #{splitAccount},
|
|
|
#{mbOrderId}, #{orderRequestNo}, #{payStatus}, #{productType},#{shopOrderId}, NOW());
|
|
|
</insert>
|
|
|
- <insert id="insertPayShop">
|
|
|
+ <insert id="insertPayShop" keyColumn="id" keyProperty="id" useGeneratedKeys="true">
|
|
|
INSERT INTO cm_pay_shop (shopID, name, bankAccountName, bankAccount, bankName, type, totalAmount, balancePayFee,
|
|
|
transferPayFee, payType, wipePayment, wipeRemarks, wipeRemarkImages, wipeTime, applicant,
|
|
|
applyTime, reviewer, reviewTime, payTime, status, reason, delFlag)
|
|
@@ -1332,7 +1332,7 @@
|
|
|
#{transferPayFee}, #{payType}, #{wipePayment}, #{wipeRemarks}, #{wipeRemarkImages}, #{wipeTime}, #{applicant},
|
|
|
#{applyTime}, #{reviewer}, #{reviewTime}, #{payTime}, #{status}, #{reason}, #{delFlag})
|
|
|
</insert>
|
|
|
- <insert id="insertPayShopRecord">
|
|
|
+ <insert id="insertPayShopRecord" keyColumn="id" keyProperty="id" useGeneratedKeys="true">
|
|
|
INSERT INTO cm_pay_shop_record (shopID, shopOrderID, shopOrderNo, payAmount, wipePayment, payType, payTime, payShopID, status, delFlag)
|
|
|
VALUES (#{shopId}, #{shopOrderId}, #{shopOrderNo}, #{payAmount}, #{wipePayment}, #{payType}, #{payTime}, #{payShopId}, #{status}, #{delFlag})
|
|
|
</insert>
|