Commit ddd1cae0 by huluobin

加班记录

parent 5669e01c
......@@ -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