|
@@ -337,6 +337,9 @@ public class YongyouServiceImpl implements YongyouService {
|
|
}
|
|
}
|
|
GetCurrentStockResponseData data = response.getData();
|
|
GetCurrentStockResponseData data = response.getData();
|
|
List<GetCurrentStock> stocks = data.getStock();
|
|
List<GetCurrentStock> stocks = data.getStock();
|
|
|
|
+ if (stocks==null){
|
|
|
|
+ this.selectPageList4(record,pageNum,pageSize);
|
|
|
|
+ }
|
|
List<SpareStoreVO> partInfoVOS = new ArrayList<>();
|
|
List<SpareStoreVO> partInfoVOS = new ArrayList<>();
|
|
for (GetCurrentStock stockResponse : stocks) {
|
|
for (GetCurrentStock stockResponse : stocks) {
|
|
SpareStoreVO partInfoVO = new SpareStoreVO();
|
|
SpareStoreVO partInfoVO = new SpareStoreVO();
|