|
|
|
@ -208,6 +208,7 @@ public class WmsSellOutEmbryoServiceImpl implements IWmsSellOutEmbryoService {
|
|
|
|
|
|
|
|
|
|
Date date = new Date();
|
|
|
|
|
String formattedDate = dateFormat.format(date);
|
|
|
|
|
String stock= wmsSellOutEmbryoMapper.selectwmsFpStorageNewsTS(formattedDate);
|
|
|
|
|
//wmsSellOutEmbryoList2是我根据入参去重后,查询出来的所有数据
|
|
|
|
|
for (WmsSellOutEmbryo wmsSellOutEmbryo2:
|
|
|
|
|
wmsSellOutEmbryoList2) {
|
|
|
|
@ -219,7 +220,7 @@ public class WmsSellOutEmbryoServiceImpl implements IWmsSellOutEmbryoService {
|
|
|
|
|
result=result+","+productCode;
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
String stock= wmsSellOutEmbryoMapper.selectwmsFpStorageNewsTS(formattedDate);
|
|
|
|
|
|
|
|
|
|
//区分大小planQuantity
|
|
|
|
|
for ( WmsFpStorageNewsSn wmsFpStorageNewsSn: wmsFpStorageNewsSns){
|
|
|
|
|
BigDecimal tem= wmsFpStorageNewsSn.getAmount();//数量
|
|
|
|
|