|
@@ -306,6 +306,7 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
|
|
|
|
|
|
//发运
|
|
|
List<SyCostAllocationShipdetail> Shipdetails = syCostAllocationShipdetailMapper.queryByCostShipdetail(plannum);
|
|
|
+ Shipdetails.stream().sorted(Comparator.comparing(SyCostAllocationShipdetail::getOutdata).reversed());
|
|
|
for (int i=0;i<Shipdetails.size();i++) {
|
|
|
SyCostAllocationShipdetail ship = Shipdetails.get(i);
|
|
|
//实际出货数量
|