|
- public AjaxResult smartAddCharList(@PathVariable int type, @RequestParam(required = false, name = "timeBegin") String timeBegin, @RequestParam(required = false, name = "timeBegin") String timeEnd)
|
|
+ public AjaxResult smartAddCharList(@PathVariable int type, @RequestParam(required = false, name = "timeBegin") String timeBegin, @RequestParam(required = false, name = "timeEnd") String timeEnd)
|
|
return AjaxResult.success(frontService.smartAddCharList(type, timeBegin, timeEnd));
|
|
return AjaxResult.success(frontService.smartAddCharList(type, timeBegin, timeEnd));
|