소스 검색

商品列表/详情2

Aslee 4 년 전
부모
커밋
518cfc36d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/ProductMapper.xml

+ 1 - 1
src/main/resources/mapper/ProductMapper.xml

@@ -68,7 +68,7 @@
         SELECT
         id, productId, ladderNum, buyNum, buyPrice
         FROM
-        product_ladder_price
+        organize_product_ladder_price
         WHERE
         productId = #{productId}
         ORDER BY