Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FmTakeaway
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shangshang.dai
FmTakeaway
Commits
7b22c616
Commit
7b22c616
authored
May 03, 2017
by
ss.dai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1:去除入账日期限制避免前一天订单无法入账
parent
b8068e02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
fmTakeaway/Control/flowControl.cpp
+6
-6
No files found.
fmTakeaway/Control/flowControl.cpp
View file @
7b22c616
...
@@ -247,14 +247,14 @@ bool FlowControl::_PullOrder()
...
@@ -247,14 +247,14 @@ bool FlowControl::_PullOrder()
}
}
}
}
QDateTime
ctime
(
QDateTime
::
currentDateTime
());
//
QDateTime ctime(QDateTime::currentDateTime());
ctime
.
setTime
(
QTime
(
0
,
0
));
//
ctime.setTime(QTime(0,0));
if
(
QDateTime
::
fromTime_t
(
orderObject
->
create_time
)
<
ctime
)
//
if(QDateTime::fromTime_t(orderObject->create_time)<ctime)
{
//
{
bWrite
=
false
;
//
bWrite = false;
}
//
}
if
(
bWrite
)
if
(
bWrite
)
{
{
...
...
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