Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
takeout_sbk
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
yunpeng.song
takeout_sbk
Commits
d1e25051
Commit
d1e25051
authored
Jun 28, 2018
by
wuyang.zou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug: 更新代码备注,便于梳理业务逻辑
parent
aa14bae1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
fmTakeout/Control/flowControl.cpp
+0
-0
fmTakeout/Control/flowControl.h
+2
-2
fmTakeout/DTools/simProcOrderDB.cpp
+0
-0
fmTakeout/Model/orderObject.h
+1
-1
No files found.
fmTakeout/Control/flowControl.cpp
View file @
d1e25051
This diff is collapsed.
Click to expand it.
fmTakeout/Control/flowControl.h
View file @
d1e25051
...
@@ -66,8 +66,8 @@ private:
...
@@ -66,8 +66,8 @@ private:
BillSocket
*
m_pullOrderListSocket
;
BillSocket
*
m_pullOrderListSocket
;
BillSocket
*
m_procOrderSocket
;
BillSocket
*
m_procOrderSocket
;
BillSocket
*
m_pullDishesSocket
;
BillSocket
*
m_pullDishesSocket
;
//
订单
容器
//
为Simphony在FM外卖插件中维护<有效待拉取订单>的
容器
QMap
<
QString
,
OrderObject
*>
m_
ordersMap
;
QMap
<
QString
,
OrderObject
*>
m_
simValidOrderMapQueue
;
// 是否第一次获取到门店信息
// 是否第一次获取到门店信息
bool
m_bFirstRecvInfo
;
bool
m_bFirstRecvInfo
;
bool
m_bLoginResult
;
bool
m_bLoginResult
;
...
...
fmTakeout/DTools/simProcOrderDB.cpp
View file @
d1e25051
This diff is collapsed.
Click to expand it.
fmTakeout/Model/orderObject.h
View file @
d1e25051
...
@@ -127,7 +127,7 @@ public:
...
@@ -127,7 +127,7 @@ public:
int
deliveryChannel
;
int
deliveryChannel
;
int
putType
;
int
putType
;
int
putTimes
;
int
putTimes
;
bool
isPu
t
;
bool
isPu
sh
;
bool
isCancle
;
bool
isCancle
;
QString
getChannelName
();
QString
getChannelName
();
...
...
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