|
@@ -543,7 +543,6 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
|
|
|
List<SyCostAllocationShipdetail> Shipdetails = syCostAllocationShipdetailMapper.queryByCostShipdetail(plannum);
|
|
|
for (int i=0;i<Shipdetails.size();i++) {
|
|
|
SyCostAllocationShipdetail ship = Shipdetails.get(i);
|
|
|
- Shipdetails.add(ship);
|
|
|
|
|
|
if(ship.getShipQuantity()!=null){
|
|
|
if(syCostAllocation.getActualShipquantity()==null){
|