Commit dd8f1ccf by 胡懿

入库明细统计增加状态值

parent ac9b966a
...@@ -89,6 +89,7 @@ public class StorageService extends CrudService<StorageMapper, Storage> { ...@@ -89,6 +89,7 @@ public class StorageService extends CrudService<StorageMapper, Storage> {
csi.setModel(c.getModel()); csi.setModel(c.getModel());
csi.setName(c.getName()); csi.setName(c.getName());
csi.setType(c.getType()); csi.setType(c.getType());
csi.setState(c.getState());
} }
if (i != list.size() - 1) { if (i != list.size() - 1) {
shelvesNames = shelvesNames + c.getShelves().getName() + ","; shelvesNames = shelvesNames + c.getShelves().getName() + ",";
......
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