Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
dataDocking
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 49cd6f60
authored
Apr 20, 2020
by
李杨杨
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
CLPP匹配不上时发送999
1 parent
3144c98c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
thrid_data/recvdata_py.tar.gz
thrid_data/recvdata_py/app.py
thrid_data/recvdata_py.tar.gz
View file @
49cd6f6
This file is too large to display.
thrid_data/recvdata_py/app.py
View file @
49cd6f6
...
...
@@ -602,6 +602,8 @@ def recv_data():
if
event_data
.
has_key
(
'CLPP'
):
print
(
'CLPP-----1'
,
event_data
[
'CLPP'
])
event_data
[
'CLPP'
]
=
convert_code
(
event_data
[
'CLPP'
],
wenan_code_huawei_code_CLPP
)
if
event_data
[
'CLPP'
]
==
None
:
event_data
[
'CLPP'
]
=
'999'
print
(
'CLPP------2'
,
event_data
[
'CLPP'
])
# 转换车身颜色-----已转换国标,不需要转换
# if event_data.has_key('CSYS1'):
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment