bugfix 修复分账时金额错误的bug

This commit is contained in:
Lemon
2026-02-05 13:28:06 +08:00
parent e4f6a11246
commit 0d04bb884f
2 changed files with 25 additions and 4 deletions

View File

@@ -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));