Commit a6325d5e by huluobin

战术更新

parent 8f448577
...@@ -265,7 +265,7 @@ public class OrderManageController { ...@@ -265,7 +265,7 @@ public class OrderManageController {
@ApiOperation("重算业绩") @ApiOperation("重算业绩")
@GetMapping("/technician/ordermanage/no_achievementReCalc/{orderId}") @GetMapping("/technician/ordermanage/no_achievementReCalc/{orderId}")
public JsonResult<Void> achievementReCalc(@PathVariable Integer orderId) { public JsonResult<Void> achievementReCalc(@PathVariable Integer orderId) {
// marketService.achievementReCalc(orderId); marketService.achievementReCalc(orderId);
return JsonResult.success(); return JsonResult.success();
} }
......
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