mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
bugfix 修复分账时金额错误的bug
This commit is contained in:
@@ -1074,6 +1074,11 @@ public class TempController extends BaseController {
|
||||
return response;
|
||||
}
|
||||
|
||||
/**
|
||||
* 批量修改订单审核状态
|
||||
* @param dto
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("/batchUpdateOrderReview")
|
||||
public RestApiResponse<?> batchUpdateOrderReview(@RequestBody UpdateOrderReviewDTO dto) {
|
||||
logger.info("批量更新订单评价, param:{}", JSON.toJSONString(dto));
|
||||
|
||||
Reference in New Issue
Block a user