Commit 51685fcf authored by liudong1993's avatar liudong1993

接送机 使用天数 默认1天

parent dffbc1a7
......@@ -577,6 +577,9 @@ namespace Mall.WebApi.Controllers.MallBase
}
}
}
else {
demodel.UseDay = 1;
}
if ((demodel.RideNum ?? 0) <= 0)
{
return ApiResult.ParamIsNull("请输入可乘坐人数");
......
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