Commit 72c9854f by 601761307@qq.com

【危险品车辆类型改为114】

1 parent c70d7e4d
......@@ -628,7 +628,9 @@ def recv_data():
event_data['CJFX'] = '8'
#交通违法
print '交通违法数据......'
# 若是危险品车辆的话CLLX码转成114
if event_data['WFDM'] == '13440':
event_data['CLLX'] = '114'
WFKSSJ = event_data['WFKSSJ']
WFJSSJ = event_data['WFJSSJ']
CDH = event_data['CDH']
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!