Commit 7f7dd2ad authored by 黄奎's avatar 黄奎

航旅下单调整

parent a0862604
......@@ -489,7 +489,7 @@ namespace Mall.WebApi.Controllers.MallBase
}
if (demodel.OrderEduType != 1)
{
if (demodel.JJSWStuId <= 0)
if (userInfo.TenantId != 29 && userInfo.TenantId != 27)
{
if (string.IsNullOrEmpty(demodel.Consignee))
{
......@@ -506,7 +506,7 @@ namespace Mall.WebApi.Controllers.MallBase
{
return ApiResult.ParamIsNull("请选择学员!");
}
if (userInfo.TenantId != 27)
if (userInfo.TenantId != 27 && userInfo.TenantId != 29)
{
if (demodel.DeliveryMethod != Common.Enum.Goods.OrderDeliveryMethodEnum.VerificationShop)
{
......
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