|
@@ -792,7 +792,8 @@ public class SyPackingListFabricServiceImpl extends ServiceImpl<SyPackingListFab
|
|
total3=total3.add(item.getActualDeclaredQuantity());
|
|
total3=total3.add(item.getActualDeclaredQuantity());
|
|
}
|
|
}
|
|
}else{
|
|
}else{
|
|
- throw new JeecgBootException("第"+num+"行找不到订单数据,获取不到单位");
|
|
|
|
|
|
+ System.out.println("净重\t"+item.getNetWeight());
|
|
|
|
+ throw new JeecgBootException("第"+item.getNum()+"行找不到订单数据,获取不到单位");
|
|
}
|
|
}
|
|
item.setInventoryCcode(syShippingDetailsItem.getInventoryCcode());//物料分类
|
|
item.setInventoryCcode(syShippingDetailsItem.getInventoryCcode());//物料分类
|
|
item.setPrice(syShippingDetailsItem.getSalesUnitPrice());//价格
|
|
item.setPrice(syShippingDetailsItem.getSalesUnitPrice());//价格
|
|
@@ -1549,8 +1550,8 @@ public class SyPackingListFabricServiceImpl extends ServiceImpl<SyPackingListFab
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
//@Override
|
|
//@Override
|
|
- //@Transactional
|
|
|
|
//@Scheduled(fixedRate=1000*60*3)
|
|
//@Scheduled(fixedRate=1000*60*3)
|
|
|
|
+ @Transactional
|
|
public String getU8Data (){
|
|
public String getU8Data (){
|
|
String massage="";
|
|
String massage="";
|
|
int num=0;
|
|
int num=0;
|