|
@@ -11,6 +11,7 @@ import com.gyee.common.vo.benchmark.FjjxbmxVo;
|
|
|
import com.gyee.common.vo.benchmark.WxsslVo;
|
|
|
import com.gyee.runeconomy.dto.R;
|
|
|
import com.gyee.runeconomy.dto.ResultMsg;
|
|
|
+import com.gyee.runeconomy.dto.response.OperationalAnalysis;
|
|
|
import com.gyee.runeconomy.model.auto.ProBasicOrganizeTree;
|
|
|
import com.gyee.runeconomy.model.fitting.ProBasicOrganizeEquipment;
|
|
|
import com.gyee.runeconomy.service.bmk.BenchmarkingService;
|
|
@@ -472,7 +473,7 @@ public class BenchmarkingController {
|
|
|
|
|
|
@GetMapping("/operational/analysis")
|
|
|
@ResponseBody
|
|
|
- @ApiOperation(value = "运行分析", notes = "运行分析")
|
|
|
+ @ApiOperation(value = "品牌分析", notes = "品牌分析")
|
|
|
public R operationalAnalysis(@RequestParam(value = "companys", required = true) String companys,
|
|
|
@RequestParam(value = "type", required = true) String type,
|
|
|
@RequestParam(value = "wpids", required = true) String wpids,
|