Commit 876e4884 authored by 李秀明's avatar 李秀明

fix: 备品备件过滤掉数量为0的数据

parent a4ec6565
......@@ -53,6 +53,8 @@
</where>
GROUP BY
a.equip_model_id
HAVING
sum( a.stock_num ) != 0
</select>
<select id="exportList" resultType="com.yeejoin.equipmanage.common.entity.WlSpareEquipment">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment