Commit 9da61a5f authored by 吴春's avatar 吴春

提交

parent 7df1eb4e
...@@ -1081,7 +1081,7 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -1081,7 +1081,7 @@ namespace Mall.WebApi.Controllers.MallBase
if (orderDetailsList != null && orderDetailsList.Any(x => !string.IsNullOrWhiteSpace(x.LiveFinanceIds))) if (orderDetailsList != null && orderDetailsList.Any(x => !string.IsNullOrWhiteSpace(x.LiveFinanceIds)))
{ {
return ApiResult.ParamIsNull("选中的订单部分已制单,不能修改"); return ApiResult.ParamIsNull("部分订单已制单,不能修改");
} }
bool flag = orderModule.UpdateOrderDetailLive(Type, LivePeopleNum, LiveCommission, orderDetailsList, req.TenantId, req.MallBaseId); bool flag = orderModule.UpdateOrderDetailLive(Type, LivePeopleNum, LiveCommission, orderDetailsList, req.TenantId, req.MallBaseId);
......
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