소스 검색

防止商品重复入库

Guos 3 주 전
부모
커밋
6a047d8b50
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fs-service/src/main/resources/mapper/hisStore/FsPlatformProductScrmMapper.xml

+ 1 - 1
fs-service/src/main/resources/mapper/hisStore/FsPlatformProductScrmMapper.xml

@@ -291,7 +291,7 @@
 
     <select id="selectByStoreProductId" resultType="java.lang.Boolean" >
         SELECT
-           conut(product_id)
+           count(product_id)
         FROM
             fs_platform_product_scrm p where p.store_product_id = #{storeProductId}
     </select>