Commit 82550ac6 by huluobin

update

parent e3cd6b86
......@@ -269,14 +269,14 @@ public class OrderManageController {
@ApiOperation("重算业绩")
@GetMapping("/technician/ordermanage/no_achievementReCalc/{orderId}")
public JsonResult<Void> achievementReCalc(@PathVariable Integer orderId) {
marketService.achievementReCalc(orderId);
// marketService.achievementReCalc(orderId);
return JsonResult.success();
}
@ApiOperation("重算订单金额")
@GetMapping("/technician/ordermanage/no_calcOrderAmount/{orderId}")
public JsonResult<Void> calcOrderAmount(@PathVariable Integer orderId) {
marketService.calcOrderAmount(orderId);
// marketService.calcOrderAmount(orderId);
return JsonResult.success();
}
}
\ No newline at end of file
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