Commit b051f7d2 authored by 黄奎's avatar 黄奎

页面修改

parent 4da29c9b
......@@ -486,7 +486,7 @@ namespace Mall.WebApi.Controllers.MallBase
}
if (demodel.OrderEduType != 1)
{
if ( demodel.JJSWStuId <= 0)
if (demodel.JJSWStuId <= 0)
{
if (string.IsNullOrEmpty(demodel.Consignee))
{
......@@ -498,6 +498,11 @@ namespace Mall.WebApi.Controllers.MallBase
}
}
}
//HK 2022-10-12新增进阶小课堂数据验证
if (userInfo.TenantId == 27 && demodel.JJSWStuId <= 0)
{
return ApiResult.ParamIsNull("请选择学员!");
}
if (demodel.DeliveryMethod != Common.Enum.Goods.OrderDeliveryMethodEnum.VerificationShop)
{
if ((demodel.District ?? 0) <= 0)
......
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