Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmtakeout
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
李定达
fmtakeout
Commits
d85b2178
Commit
d85b2178
authored
Nov 07, 2018
by
李定达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修复拉单传递store_unify_id字段
parent
6c0db390
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
takeout/control/ordergetwork.h
+1
-1
No files found.
takeout/control/ordergetwork.h
View file @
d85b2178
...
@@ -207,7 +207,7 @@ private:
...
@@ -207,7 +207,7 @@ private:
QString
configfile
=
qApp
->
applicationDirPath
()
+
"/"
+
CONFIG_NAME
;
QString
configfile
=
qApp
->
applicationDirPath
()
+
"/"
+
CONFIG_NAME
;
QString
autoconf
=
QSettings
(
configfile
,
QSettings
::
IniFormat
).
value
(
INI_AUTOCONFIRM
,
"0"
).
toString
();
QString
autoconf
=
QSettings
(
configfile
,
QSettings
::
IniFormat
).
value
(
INI_AUTOCONFIRM
,
"0"
).
toString
();
data
.
insert
(
JSON_KEY_AUTOCONFIRM
,
autoconf
);
data
.
insert
(
JSON_KEY_AUTOCONFIRM
,
autoconf
);
data
.
insert
(
JSON_KEY_STOREUNIFYID
,
json
[
JSON_KEY_UNIFYID
].
toString
());
data
.
insert
(
JSON_KEY_STOREUNIFYID
,
json
[
JSON_KEY_
STORE
UNIFYID
].
toString
());
return
true
;
return
true
;
}
}
...
...
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