Commit 72c3ba0b by huluobin

订单业绩重算

parent c5ddfdb7
......@@ -266,6 +266,7 @@ public class OrderManageController {
}
@ApiOperation("重算业绩")
@GetMapping("/no_achievementReCalc/{orderId}")
public JsonResult<Void> achievementReCalc(@PathVariable Integer orderId) {
marketService.achievementReCalc(orderId);
......
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