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
29ebf744
Commit
29ebf744
authored
May 11, 2017
by
ss.dai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f887c445
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
fmTakeaway/Control/flowControl.cpp
+2
-0
No files found.
fmTakeaway/Control/flowControl.cpp
View file @
29ebf744
...
...
@@ -159,6 +159,8 @@ bool FlowControl::_PullOrder()
}
}
// 当天完成的订单,尝试重复入账一次
qDebug
()
<<
QDateTime
::
fromTime_t
(
orderObject
->
create_time
).
date
()
<<
QDate
::
currentDate
();
if
((
orderObject
->
status
==
6
||
orderObject
->
status
==
200
)
&&
(
QDateTime
::
fromTime_t
(
orderObject
->
create_time
).
date
()
==
QDate
::
currentDate
()))
{
// 写入销售单
...
...
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