This commit is contained in:
hayu 2025-09-14 12:34:31 +08:00
parent 8a86d64282
commit ce86089d29
1 changed files with 1 additions and 0 deletions

View File

@ -251,5 +251,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
GROUP BY mt.type_id) AS subquery0 ON subquery0.type_id = mt1.type_id
WHERE bscd.config_id = #{configId}) a
where a.delFlag = '0'
and a.storageNum >0
</select>
</mapper>