Commit 785eb06d by huluobin

update

parent c92e4496
...@@ -142,7 +142,7 @@ public class MallOrderController { ...@@ -142,7 +142,7 @@ public class MallOrderController {
} }
@ApiOperation("查询美甲师总业绩") @ApiOperation("查询美甲师总业绩")
@PostMapping("/technician/mallOrder/queryTotalMallOrderAchievement") @GetMapping("/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,
@RequestParam String date) { @RequestParam String date) {
......
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