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