update 计算总量

This commit is contained in:
2024-01-04 16:24:27 +08:00
parent 57cd3d2b72
commit 20644a52d9
3 changed files with 33 additions and 47 deletions

View File

@@ -99,7 +99,7 @@ public class OrderBasicInfoController extends BaseController {
dto.setMerchantId(String.valueOf(pileMerchantInfo.getId()));
}
}
return AjaxResult.success(orderBasicInfoService.getOrderTotalData(dto));
return AjaxResult.success(orderBasicInfoService.getOrderTotalDataV2(dto));
}
/**