|
|
|
@ -89,8 +89,8 @@ public class BPlanEnterpriseServiceImpl extends ServiceImpl<BPlanEnterpriseMappe
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public Map<String, Object> getPlanMx(PlanMxRequest req) {
|
|
|
|
|
List<PlanMxResponse> getPlanMx = bPlanEnterpriseMapper.getPlanMx(req);
|
|
|
|
|
PageHelper.startPage(req.getPageNum(), req.getPageSize());
|
|
|
|
|
List<PlanMxResponse> getPlanMx = bPlanEnterpriseMapper.getPlanMx(req);
|
|
|
|
|
PageInfo<PlanMxResponse> pageInfo = new PageInfo<>(getPlanMx);
|
|
|
|
|
Map<String, Object> result = new HashMap<>();
|
|
|
|
|
result.put("total", pageInfo.getTotal());
|
|
|
|
|