Commit d8d60bbc authored by xiao-hesheng's avatar xiao-hesheng
Browse files

基础设置模块-运维管理-编码规则管理添加

parent 3136b2e6
...@@ -56,6 +56,7 @@ def test1(): ...@@ -56,6 +56,7 @@ def test1():
data=commonFuc().analysis_json('data',result) data=commonFuc().analysis_json('data',result)
data1=commonFuc().analysis_json('data',data) data1=commonFuc().analysis_json('data',data)
prefix=commonFuc().analysis_json('prefix',data1[1]) prefix=commonFuc().analysis_json('prefix',data1[1])
print(prefix)
if code==0 and len(data)>=1 and prefix=="YS2": if code==0 and len(data)>=1 and prefix=="YS2":
id1=commonFuc().analysis_json('id',data1[1]) id1=commonFuc().analysis_json('id',data1[1])
code1=commonFuc().analysis_json('code',data1[1]) code1=commonFuc().analysis_json('code',data1[1])
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment