|
@@ -1464,7 +1464,6 @@ public class OrderBaseLogic {
|
|
|
AdminUserCom adminUser = commonLogic.getAdminUser();
|
|
|
|
|
|
FieldUtils.supplyParam(zfireParamBean, OrderBase2VO.class, commonLogic.getAdminUser());
|
|
|
- zfireParamBean.setAdminWebsitIds(zfireParamBean.getAdminWebsitIds());
|
|
|
|
|
|
IPage<OrderBase2VO> page = commonMapper.orderBaseList2(new Page(zfireParamBean.getPageNum(), zfireParamBean.getPageSize()), zfireParamBean, adminUser.getType());
|
|
|
|
|
@@ -1506,9 +1505,9 @@ public class OrderBaseLogic {
|
|
|
return page;
|
|
|
}
|
|
|
|
|
|
- public List<Map<String, Object>> countStatus2(String orderSmallType) {
|
|
|
+ public List<Map<String, Object>> countStatus2(String orderSmallTypeText) {
|
|
|
AdminUserCom adminUser = commonLogic.getAdminUser();
|
|
|
- List<Map<String, Object>> maps = orderBaseCMapper.countOrderStatus2(adminUser.getCompanyWechatId(), adminUser.getAdminWebsitIds(), adminUser.getType(), orderSmallType);
|
|
|
+ List<Map<String, Object>> maps = orderBaseCMapper.countOrderStatus2(adminUser.getCompanyWechatId(), adminUser.getAdminWebsitIds(), adminUser.getType(), orderSmallTypeText);
|
|
|
return maps;
|
|
|
}
|
|
|
}
|