bug修复

This commit is contained in:
马三炮 2025-03-24 18:16:42 +08:00
parent 7b48217c09
commit 81aadd4399
1 changed files with 1 additions and 1 deletions

View File

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