新增device日志

This commit is contained in:
huangzj
2023-08-08 13:57:48 +08:00
parent 1a4e894695
commit 23718b1293

View File

@@ -57,7 +57,6 @@ public class CsLogController extends BaseController {
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
@PostMapping("/queryLog")
@ApiOperation("查询日志")
@ApiImplicitParam(name = "csMarketDataParams", value = "新增营销数据参数", required = true)
public HttpResult<List<CsLogsPO>> queryLog(){
String username = RequestUtil.getUsername();
String methodDescribe = getMethodDescribe("queryLog");