wwl před 4 roky
rodič
revize
8cbfcdb483

+ 1 - 0
zzjs-service/src/main/resources/mapper/product/ProductTypeInfoMapper.xml

@@ -74,6 +74,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         py.status
         from product_type_info py
         LEFT JOIN file_info f on f.file_id = py.product_icon
+        where py.status = 0
         ORDER BY weight DESC
     </select>