Commit c19f30c0 authored by 332784038@qq.com's avatar 332784038@qq.com

到仓业务删除不使用的代码

parent 5a95d87d
......@@ -64,13 +64,6 @@ public class OrderWarehouseCheckServiceImpl
}
}
private static class ItemSum {
int cartons = 0; // 到仓总箱数
int quantity = 0; // 到仓总数量
BigDecimal volume = BigDecimal.ZERO; // 到仓总体积
BigDecimal weight = BigDecimal.ZERO; // 到仓总重量
}
// 重置到仓数据为入仓数据
private void reset(OrderWarehouseCheckDO checkDo) {
checkDo.setCheckVolume(checkDo.getVolume());
......
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