Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
huatu_API
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liudong1993
huatu_API
Commits
b6d92378
Commit
b6d92378
authored
Sep 10, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8ed5a53d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CustomerOrderService.cs
REBORN.Services.SellService/CustomerOrderService.cs
+3
-3
No files found.
REBORN.Services.SellService/CustomerOrderService.cs
View file @
b6d92378
...
@@ -2162,7 +2162,7 @@ namespace REBORN.Services.SellService
...
@@ -2162,7 +2162,7 @@ namespace REBORN.Services.SellService
}
}
if
(
query
.
UseDate
<
Convert
.
ToDateTime
(
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd"
)))
if
(
query
.
UseDate
<
Convert
.
ToDateTime
(
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd"
)))
{
{
return
ApiResult
.
ParamIsNull
(
"只能预约当日之后的日期"
);
//
return ApiResult.ParamIsNull("只能预约当日之后的日期");
}
}
if
(
query
.
MailingState
!=
4
)
if
(
query
.
MailingState
!=
4
)
{
{
...
@@ -2515,7 +2515,7 @@ namespace REBORN.Services.SellService
...
@@ -2515,7 +2515,7 @@ namespace REBORN.Services.SellService
}
}
if
(
query
.
UseDate
<
Convert
.
ToDateTime
(
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd"
)))
if
(
query
.
UseDate
<
Convert
.
ToDateTime
(
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd"
)))
{
{
return
ApiResult
.
ParamIsNull
(
"只能预约当日之后的日期"
);
//
return ApiResult.ParamIsNull("只能预约当日之后的日期");
}
}
if
(
query
.
MailingState
!=
4
)
if
(
query
.
MailingState
!=
4
)
{
{
...
@@ -2911,7 +2911,7 @@ namespace REBORN.Services.SellService
...
@@ -2911,7 +2911,7 @@ namespace REBORN.Services.SellService
}
}
if
(
query
.
UseDate
<
Convert
.
ToDateTime
(
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd"
)))
if
(
query
.
UseDate
<
Convert
.
ToDateTime
(
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd"
)))
{
{
return
ApiResult
.
ParamIsNull
(
"只能预约当日之后的日期"
);
//
return ApiResult.ParamIsNull("只能预约当日之后的日期");
}
}
if
(
query
.
MailingState
!=
4
)
if
(
query
.
MailingState
!=
4
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment