Commit c92e4496 by huluobin

update

parent 54ffea5f
...@@ -141,7 +141,7 @@ public class MallOrderController { ...@@ -141,7 +141,7 @@ public class MallOrderController {
return JsonResult.success(page); return JsonResult.success(page);
} }
@ApiOperation("查询美甲师业绩列表") @ApiOperation("查询美甲师总业绩")
@PostMapping("/technician/mallOrder/queryTotalMallOrderAchievement") @PostMapping("/technician/mallOrder/queryTotalMallOrderAchievement")
public JsonResult<BigDecimal> queryTotalMallOrderAchievement(@RequestParam(required = false) Integer technicianId, public JsonResult<BigDecimal> queryTotalMallOrderAchievement(@RequestParam(required = false) Integer technicianId,
@RequestParam(required = false) Integer departmentId, @RequestParam(required = false) Integer departmentId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment