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
b9c94866
Commit
b9c94866
authored
Oct 27, 2023
by
wuyang.zou
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pmsDevelop' of gitlab.freemud.com:yunpeng.song/takeout_sbk into pmsDevelop
parents
65f73386
fd967003
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
fmTakeout/Control/SocketCommunicate.cpp
+2
-1
fmTakeout/SslOperate/algorithmProcess.h
+1
-1
No files found.
fmTakeout/Control/SocketCommunicate.cpp
View file @
b9c94866
...
...
@@ -198,8 +198,9 @@ bool SocketCommunicate::connectTcpSvr()
tmpMap
.
insert
(
JSON_TCP_DEVICE_PORT
,
_localPort
);
tmpMap
.
insert
(
JSON_TCP_DEVICE_TYPE
,
"pcsPlugin"
);
tmpMap
.
insert
(
JSON_TCP_DEVICE_VER
,
_pcsPluginVersion
);
tmpMap
.
insert
(
JSON_STOREID
,
_storeId
);
tmpMap
.
insert
(
JSON_LOGIN_WITH_CONTAINS_ORDER_DETAIL
,
true
);
tmpMap
.
insert
(
JSON_STOREID
,
_storeId
);
setPosMetaData
(
tmpMap
);
}
...
...
fmTakeout/SslOperate/algorithmProcess.h
View file @
b9c94866
...
...
@@ -587,7 +587,7 @@ public:
keys
.
clear
();
for
(
it
=
json
.
begin
();
it
!=
json
.
end
();
++
it
)
{
if
(
it
.
value
().
isString
()
||
it
.
value
().
isDouble
())
if
(
it
.
value
().
isString
()
||
it
.
value
().
isDouble
()
||
it
.
value
().
isBool
()
)
keys
.
append
(
it
.
key
());
}
}
...
...
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