zss
2025-05-26 51ec98113c6d49d0f7eec4e3c030e55e337e97db
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>