Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
familyMart_takeaway
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
guanghui.cui
familyMart_takeaway
Commits
c955a8c9
Commit
c955a8c9
authored
Mar 14, 2018
by
guanghui.cui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
json字段为空处理,库存预警部分加入
parent
ec0875eb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
base/CommonStruct.h
+2
-0
src/JsonModule.cpp
+0
-0
No files found.
base/CommonStruct.h
View file @
c955a8c9
...
...
@@ -128,6 +128,7 @@ struct orderObj
std
::
string
create_time
;
//订单创建时间
std
::
string
delivery_time
;
//订单期望送达时间
int
status
=
0
;
//订单状态
int
ods_status
=
0
;
//ods订单状态
std
::
string
status_desc
;
//订单状态描述
int
total_price
=
0
;
//订单总价
int
delivery_price
=
0
;
//配送费
...
...
@@ -183,6 +184,7 @@ struct productWarn
struct
stockWarnObj
{
int
fm_cmd
=
0
;
//请求类型(1006)
std
::
string
alertTime
;
//时间戳
std
::
vector
<
productWarn
>
vecProducts
;
//商品数组
};
...
...
src/JsonModule.cpp
View file @
c955a8c9
This diff is collapsed.
Click to expand it.
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