|
|
@ -51,7 +51,7 @@ public class InoutUtils {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
List<WarehouseEntity> inList = new ArrayList<>();
|
|
|
|
List<WarehouseEntity> inList = new ArrayList<>();
|
|
|
|
List<WarehouseEntity> outList = new ArrayList<>();
|
|
|
|
List<WarehouseEntity> outList = new ArrayList<>();
|
|
|
|
if (warehouseEntityList != null && warehouseEntityList.size() > 0) {
|
|
|
|
if (CollUtil.isNotEmpty(warehouseEntityList)) {
|
|
|
|
for (int i = 0; i < warehouseEntityList.size(); i++) {
|
|
|
|
for (int i = 0; i < warehouseEntityList.size(); i++) {
|
|
|
|
WarehouseEntity temp = warehouseEntityList.get(i);
|
|
|
|
WarehouseEntity temp = warehouseEntityList.get(i);
|
|
|
|
if (temp.getAction().equals(TypeConstant.TYPE_CODE_DESTORY)) { //过滤已销毁的
|
|
|
|
if (temp.getAction().equals(TypeConstant.TYPE_CODE_DESTORY)) { //过滤已销毁的
|
|
|
|