소스 검색

订单回滚修改

plf 5 년 전
부모
커밋
cb35bd64e1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      product/src/main/resources/com-caimei-module-product/ProductModuleMapper.xml

+ 2 - 2
product/src/main/resources/com-caimei-module-product/ProductModuleMapper.xml

@@ -227,14 +227,14 @@
             ORDER BY id DESC
             LIMIT 1,10
         ) AS temp
-        WHERE userId=#{userId,jdbcType=BIGINT}
+        WHERE userId=#{userId}
         AND (temp.id > tb.id)
     </delete>
     <delete id="deleteAllSearchHistory">
         DELETE FROM
             user_search_history
         WHERE
-            userId=#{userId,jdbcType=BIGINT}
+            userId=#{userId}
     </delete>
     <select id="findLadderPrice" resultType="com.caimei.module.base.entity.vo.LadderPriceVo">
         SELECT