|
@@ -140,4 +140,14 @@ public class MerchantController {
|
|
|
public Map<String,Object> listRankMerchants() {
|
|
|
return this.merchantService.operatConditions();
|
|
|
}
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 获取经营报表
|
|
|
+ *
|
|
|
+ * @return 获取经营报表状况
|
|
|
+ */
|
|
|
+ @GetMapping("/merchant/operatReport")
|
|
|
+ public List<Map<String,Object>> operatReport() {
|
|
|
+ return this.merchantService.operatReport();
|
|
|
+ }
|
|
|
}
|