zss
2025-04-07 d2264d73349d8f0cea3d6bde472548dde227c168
查询货架条件加上状态
已修改1个文件
1 ■■■■ 文件已修改
inspect-server/src/main/resources/mapper/WarehouseMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
inspect-server/src/main/resources/mapper/WarehouseMapper.xml
@@ -49,6 +49,7 @@
                 (select cell_id, count(*) num from warehouse_history group by cell_id) a on cell_id = wc.id
        where num is null
           or num % 2 = 0
            and state=1
        order by id, sId, crow, ccol
    </select>
</mapper>