wwl 4 年之前
父节点
当前提交
8cbfcdb483
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      zzjs-service/src/main/resources/mapper/product/ProductTypeInfoMapper.xml

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