提交 6550728d authored 作者: aiqingguo's avatar aiqingguo

运单流程

上级 4fa8771a
......@@ -362,7 +362,7 @@ public class OrderChildServiceImpl implements OrderChildService {
imageList.add(image);
}
BigDecimal dif = param.getLoadNet().subtract(orderChild.getLoadNet());
BigDecimal dif = param.getLoadNet().subtract(orderChild.getWeight());
orderChild.setLoadRough(param.getLoadRough());
orderChild.setLoadTare(param.getLoadTare());
......@@ -392,7 +392,7 @@ public class OrderChildServiceImpl implements OrderChildService {
imageList.add(image);
}
BigDecimal dif = param.getLoadNet().subtract(orderChild.getLoadNet());
BigDecimal dif = param.getLoadNet().subtract(orderChild.getWeight());
orderChild.setLoadRough(param.getLoadRough());
orderChild.setLoadTare(param.getLoadTare());
......@@ -578,7 +578,7 @@ public class OrderChildServiceImpl implements OrderChildService {
image.setImage(item);
}
BigDecimal dif = param.getLoadNet().subtract(orderChild.getLoadNet());
BigDecimal dif = param.getLoadNet().subtract(orderChild.getWeight());
orderChild.setLoadRough(param.getLoadRough());
orderChild.setLoadTare(param.getLoadTare());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论