mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update 占桩订单优化
This commit is contained in:
@@ -111,4 +111,14 @@ public class OrderPileOccupyController extends BaseController {
|
||||
// {
|
||||
// return toAjax(orderPileOccupyService.deleteByPrimaryKey(ids));
|
||||
// }
|
||||
|
||||
/**
|
||||
* 重新计算占桩金额
|
||||
* retryCalculateOccupyPileOrderAmount
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('pile:occupy:edit')")
|
||||
@PostMapping("/retryCalculateOccupyPileOrderAmount")
|
||||
public AjaxResult retryCalculateOccupyPileOrderAmount(@RequestBody MakeOrderFreeDTO dto) {
|
||||
return toAjax(orderPileOccupyService.retryCalculateOccupyPileOrderAmount(dto.getOccupyCode()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user