Guos 3 недель назад
Родитель
Сommit
6a047d8b50

+ 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>