Commit b6d92378 authored by liudong1993's avatar liudong1993

1

parent 8ed5a53d
......@@ -2162,7 +2162,7 @@ namespace REBORN.Services.SellService
}
if (query.UseDate < Convert.ToDateTime(DateTime.Now.ToString("yyyy-MM-dd")))
{
return ApiResult.ParamIsNull("只能预约当日之后的日期");
//return ApiResult.ParamIsNull("只能预约当日之后的日期");
}
if (query.MailingState != 4)
{
......@@ -2515,7 +2515,7 @@ namespace REBORN.Services.SellService
}
if (query.UseDate < Convert.ToDateTime(DateTime.Now.ToString("yyyy-MM-dd")))
{
return ApiResult.ParamIsNull("只能预约当日之后的日期");
//return ApiResult.ParamIsNull("只能预约当日之后的日期");
}
if (query.MailingState != 4)
{
......@@ -2911,7 +2911,7 @@ namespace REBORN.Services.SellService
}
if (query.UseDate < Convert.ToDateTime(DateTime.Now.ToString("yyyy-MM-dd")))
{
return ApiResult.ParamIsNull("只能预约当日之后的日期");
//return ApiResult.ParamIsNull("只能预约当日之后的日期");
}
if (query.MailingState != 4)
{
......
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