|
@@ -87,7 +87,7 @@ public class SyPackingListFabricServiceImpl extends ServiceImpl<SyPackingListFab
|
|
|
Map<String,String> mapId=new HashMap<String, String>();
|
|
|
BigDecimal total=new BigDecimal("0");
|
|
|
for(SyPackingListFabricItem entity:syPackingListFabric.getSyPackingListFabricItem()) {
|
|
|
- entity.setRemainingQuantity(entity.getInventoryQuantity());
|
|
|
+
|
|
|
total=total.add(entity.getInventoryQuantity());
|
|
|
String key=entity.getSyShippingDetailsItemId();
|
|
|
if(!mapId.containsKey(key)){
|
|
@@ -175,7 +175,7 @@ public class SyPackingListFabricServiceImpl extends ServiceImpl<SyPackingListFab
|
|
|
row++;
|
|
|
}
|
|
|
return syPackingListFabricList;*/
|
|
|
-return null;
|
|
|
+ return null;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -219,7 +219,7 @@ return null;
|
|
|
* 每3分钟拉取一次数据
|
|
|
*/
|
|
|
@Override
|
|
|
- @Scheduled(fixedRate=1000*60*3)
|
|
|
+ @Scheduled(fixedRate=1000*60*300)
|
|
|
|
|
|
public void getU8Data() {
|
|
|
SimpleDateFormat sf= new SimpleDateFormat("yyMMdd");
|