zhijiezhao 2 年之前
父节点
当前提交
f474547aec
共有 2 个文件被更改,包括 0 次插入13 次删除
  1. 0 7
      src/main/resources/mapper/OrderClubMapper.xml
  2. 0 6
      src/main/resources/mapper/PayOrderMapper.xml

+ 0 - 7
src/main/resources/mapper/OrderClubMapper.xml

@@ -530,13 +530,6 @@
         WHERE unionId = #{unionId}
         WHERE unionId = #{unionId}
     </select>
     </select>
 
 
-    <select id="getOpenidunionId" resultType="java.lang.String">
-        SELECT DISTINCT cm.unionId
-        FROM `cm_mall_operation_user` cm
-                 LEFT JOIN `user` u ON u.userID = cm.userID
-        WHERE u.userID = #{userId}
-    </select>
-
     <select id="getProductOrder" resultType="java.lang.Integer">
     <select id="getProductOrder" resultType="java.lang.Integer">
         SELECT productID
         SELECT productID
         FROM `cm_order_product`
         FROM `cm_order_product`

+ 0 - 6
src/main/resources/mapper/PayOrderMapper.xml

@@ -187,12 +187,6 @@
         SET payStatus = #{payStatus}
         SET payStatus = #{payStatus}
         WHERE orderID = #{orderId}
         WHERE orderID = #{orderId}
     </update>
     </update>
-    <update id="updateUserMoney">
-        UPDATE USER
-        SET userMoney     = #{userMoney},
-            ableUserMoney = #{ableUserMoney}
-        WHERE userID = #{userId}
-    </update>
     <update id="updateCouponRecord">
     <update id="updateCouponRecord">
         update cm_coupon_buyrecord
         update cm_coupon_buyrecord
         set payStatus = 1
         set payStatus = 1