forked from angelo/java-retail-app
Compare commits
No commits in common. "4e7b1940128b8e04e7ab579faa681251e928197b" and "c7330c8bfa031252d8d1f063b2a9c78568ae73c6" have entirely different histories.
4e7b194012
...
c7330c8bfa
|
|
@ -108,10 +108,6 @@ public class SaDeliverUnhandledController extends BaseController {
|
||||||
param.setAreaScopeList(userAuthorityDTO.getRoleAreaScopeList());
|
param.setAreaScopeList(userAuthorityDTO.getRoleAreaScopeList());
|
||||||
param.setVertexIdList(userAuthorityDTO.getVertexIdList());
|
param.setVertexIdList(userAuthorityDTO.getVertexIdList());
|
||||||
param.setTeamList(userAuthorityDTO.getUserTeamList());
|
param.setTeamList(userAuthorityDTO.getUserTeamList());
|
||||||
// 兼容调换货产品
|
|
||||||
if (CollectionUtil.isEmpty(param.getPkWaresList())) {
|
|
||||||
param.setPkWaresList(Collections.singletonList(0));
|
|
||||||
}
|
|
||||||
|
|
||||||
startPage();
|
startPage();
|
||||||
List<DeliverUnhandledVO> resultList = iSaOrderItemsService.queryDeliverUnhandledList(param, pkCountry);
|
List<DeliverUnhandledVO> resultList = iSaOrderItemsService.queryDeliverUnhandledList(param, pkCountry);
|
||||||
|
|
@ -155,10 +151,6 @@ public class SaDeliverUnhandledController extends BaseController {
|
||||||
param.setAreaScopeList(userAuthorityDTO.getRoleAreaScopeList());
|
param.setAreaScopeList(userAuthorityDTO.getRoleAreaScopeList());
|
||||||
param.setVertexIdList(userAuthorityDTO.getVertexIdList());
|
param.setVertexIdList(userAuthorityDTO.getVertexIdList());
|
||||||
param.setTeamList(userAuthorityDTO.getUserTeamList());
|
param.setTeamList(userAuthorityDTO.getUserTeamList());
|
||||||
// 兼容调换货产品
|
|
||||||
if (CollectionUtil.isEmpty(param.getPkWaresList())) {
|
|
||||||
param.setPkWaresList(Collections.singletonList(0));
|
|
||||||
}
|
|
||||||
|
|
||||||
List<DeliverUnhandledVO> resultList = iSaOrderItemsService.queryDeliverUnhandledList(param, pkCountry);
|
List<DeliverUnhandledVO> resultList = iSaOrderItemsService.queryDeliverUnhandledList(param, pkCountry);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -571,7 +571,6 @@ public class BdWaresSpecsSkuServiceImpl extends ServiceImpl<BdWaresSpecsSkuMappe
|
||||||
productList.addAll(productResultList);
|
productList.addAll(productResultList);
|
||||||
|
|
||||||
waresDetailVO.setProductList(productList);
|
waresDetailVO.setProductList(productList);
|
||||||
waresDetailVO.setSpecialArea(param.getSpecialArea());
|
|
||||||
return waresDetailVO;
|
return waresDetailVO;
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue