bug修复
This commit is contained in:
parent
7b48217c09
commit
81aadd4399
|
|
@ -246,6 +246,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
and mm.ma_status in (1)
|
and mm.ma_status in (1)
|
||||||
GROUP BY mt.type_id) AS subquery0 ON subquery0.type_id = mt1.type_id
|
GROUP BY mt.type_id) AS subquery0 ON subquery0.type_id = mt1.type_id
|
||||||
WHERE bscd.config_id = #{configId}) a
|
WHERE bscd.config_id = #{configId}) a
|
||||||
where a.storageNum !=0 and a.delFlag = '0'
|
where a.delFlag = '0'
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue