|
|
|
@ -10,6 +10,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
|
|
import javax.servlet.http.HttpServletRequest;
|
|
|
|
|
import java.util.Map;
|
|
|
|
|
|
|
|
|
@ -19,11 +20,12 @@ public class ChargeOrderTotalMannageController {
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
ChargeOrderTotalMannageService chargeOrderMannageService;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private static final Logger logger = LoggerFactory.getLogger(ChargeOrderTotalMannageController.class);
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 订单统计
|
|
|
|
|
*
|
|
|
|
|
* @param request
|
|
|
|
|
* @param
|
|
|
|
|
* @param
|
|
|
|
@ -34,18 +36,17 @@ public class ChargeOrderTotalMannageController {
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public CommonResponse orderManagementPageInfo(HttpServletRequest request) {
|
|
|
|
|
try {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Map orderManagementPageInfo = chargeOrderMannageService.orderInfoTotalByTime();
|
|
|
|
|
return I100cResponse.success(orderManagementPageInfo);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
logger.error("异常信息:",e);
|
|
|
|
|
logger.error("异常信息:", e);
|
|
|
|
|
return I100cResponse.exception(e.getMessage());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 订单统计
|
|
|
|
|
*
|
|
|
|
|
* @param request
|
|
|
|
|
* @param
|
|
|
|
|
* @param
|
|
|
|
@ -59,7 +60,7 @@ public class ChargeOrderTotalMannageController {
|
|
|
|
|
Map bigData = chargeOrderMannageService.bigData();
|
|
|
|
|
return I100cResponse.success(bigData);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
logger.error("异常信息:",e);
|
|
|
|
|
logger.error("异常信息:", e);
|
|
|
|
|
return I100cResponse.exception(e.getMessage());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -67,6 +68,7 @@ public class ChargeOrderTotalMannageController {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 订单统计
|
|
|
|
|
*
|
|
|
|
|
* @param request
|
|
|
|
|
* @param
|
|
|
|
|
* @param
|
|
|
|
@ -82,13 +84,14 @@ public class ChargeOrderTotalMannageController {
|
|
|
|
|
Map bigData = chargeOrderMannageService.queryChargeInfoByRegionalName();
|
|
|
|
|
return I100cResponse.success(bigData);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
logger.error("异常信息:",e);
|
|
|
|
|
logger.error("异常信息:", e);
|
|
|
|
|
return I100cResponse.exception(e.getMessage());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 订单统计
|
|
|
|
|
*
|
|
|
|
|
* @param request
|
|
|
|
|
* @param
|
|
|
|
|
* @param
|
|
|
|
@ -104,13 +107,14 @@ public class ChargeOrderTotalMannageController {
|
|
|
|
|
Map bigData = chargeOrderMannageService.queryEquipmentType();
|
|
|
|
|
return I100cResponse.success(bigData);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
logger.error("异常信息:",e);
|
|
|
|
|
logger.error("异常信息:", e);
|
|
|
|
|
return I100cResponse.exception(e.getMessage());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 订单统计
|
|
|
|
|
*
|
|
|
|
|
* @param request
|
|
|
|
|
* @param
|
|
|
|
|
* @param
|
|
|
|
@ -126,7 +130,7 @@ public class ChargeOrderTotalMannageController {
|
|
|
|
|
Map bigData = chargeOrderMannageService.queryExceptionOrder();
|
|
|
|
|
return I100cResponse.success(bigData);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
logger.error("异常信息:",e);
|
|
|
|
|
logger.error("异常信息:", e);
|
|
|
|
|
return I100cResponse.exception(e.getMessage());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -134,6 +138,7 @@ public class ChargeOrderTotalMannageController {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 订单统计
|
|
|
|
|
*
|
|
|
|
|
* @param request
|
|
|
|
|
* @param
|
|
|
|
|
* @param
|
|
|
|
@ -149,13 +154,14 @@ public class ChargeOrderTotalMannageController {
|
|
|
|
|
Map bigData = chargeOrderMannageService.queryConnectorStatue();
|
|
|
|
|
return I100cResponse.success(bigData);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
logger.error("异常信息:",e);
|
|
|
|
|
logger.error("异常信息:", e);
|
|
|
|
|
return I100cResponse.exception(e.getMessage());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 订单统计
|
|
|
|
|
*
|
|
|
|
|
* @param request
|
|
|
|
|
* @param
|
|
|
|
|
* @param
|
|
|
|
@ -171,12 +177,14 @@ public class ChargeOrderTotalMannageController {
|
|
|
|
|
Map bigData = chargeOrderMannageService.queryChargeDegreeRank();
|
|
|
|
|
return I100cResponse.success(bigData);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
logger.error("异常信息:",e);
|
|
|
|
|
logger.error("异常信息:", e);
|
|
|
|
|
return I100cResponse.exception(e.getMessage());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 订单统计
|
|
|
|
|
*
|
|
|
|
|
* @param request
|
|
|
|
|
* @param
|
|
|
|
|
* @param
|
|
|
|
@ -192,7 +200,7 @@ public class ChargeOrderTotalMannageController {
|
|
|
|
|
Map bigData = chargeOrderMannageService.queryChargeDegreeRankCompany();
|
|
|
|
|
return I100cResponse.success(bigData);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
logger.error("异常信息:",e);
|
|
|
|
|
logger.error("异常信息:", e);
|
|
|
|
|
return I100cResponse.exception(e.getMessage());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -207,6 +215,7 @@ public class ChargeOrderTotalMannageController {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 数据大屏地图站点信息
|
|
|
|
|
*
|
|
|
|
|
* @param request
|
|
|
|
|
* @param
|
|
|
|
|
* @param
|
|
|
|
@ -222,9 +231,9 @@ public class ChargeOrderTotalMannageController {
|
|
|
|
|
Map bigData = chargeOrderMannageService.chargeDegreeByStation();
|
|
|
|
|
return I100cResponse.success(bigData);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
logger.error("异常信息:",e);
|
|
|
|
|
logger.error("异常信息:", e);
|
|
|
|
|
return I100cResponse.exception(e.getMessage());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|