|
|
@@ -984,29 +984,4 @@ public class OrderController {
|
|
|
public ResultMap findInvoiceByIdAndInvoiceId(Long id, String invoiceid) {
|
|
|
return orderService.findInvoiceByIdAndInvoiceId(id, invoiceid);
|
|
|
}
|
|
|
-
|
|
|
- /**
|
|
|
- * 统计个人的订单金额(只包含520-405)
|
|
|
- * @param useruu 个人uu
|
|
|
- * @param enuu 企业uu
|
|
|
- * @param starttime 开始时间
|
|
|
- * @param endtime 结束时间
|
|
|
- * @return ResultMap
|
|
|
- */
|
|
|
- @RequestMapping(value = "/trading/volume/personal", method = RequestMethod.GET)
|
|
|
- public ResultMap statisticsPersonTradingVolume(Long useruu, Long enuu, Long starttime, Long endtime) {
|
|
|
- return orderService.statisticsPersonTradingVolume(useruu, enuu, starttime, endtime);
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 统计企业的订单金额总计 (只包含520-405)
|
|
|
- * @param enuu
|
|
|
- * @param starttime
|
|
|
- * @param endtime
|
|
|
- * @return ResultMap
|
|
|
- */
|
|
|
- @RequestMapping(value = "/trading/volume", method = RequestMethod.GET)
|
|
|
- public ResultMap statisticsEnterpriseTradingVolume(Long enuu, Long starttime, Long endtime) {
|
|
|
- return orderService.statisticsEnterpriseTradingVolume(enuu, starttime, endtime);
|
|
|
- }
|
|
|
}
|