Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
ZHOUXINGYU_project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhou
ZHOUXINGYU_project
Commits
c039fd85
Commit
c039fd85
authored
Dec 19, 2019
by
sanlu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some problems
parent
8482d93c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
15 deletions
+18
-15
param_load_func.py
auto_analyz/param_load_func.py
+18
-15
No files found.
auto_analyz/param_load_func.py
View file @
c039fd85
...
...
@@ -57,8 +57,11 @@ def param_upload(filename):
'subcategorycode'
:[]
}
for
productid
in
param_data_dict
.
keys
():
try
:
sql_ZIdatabase
.
cursor
.
execute
(
f
"select productName,paramAttributeImportant,paramAttributeMatch,paramAttributeStandard from Product_Parameter_Process where batch='{batch}' and source='{source}' and productId='{productid}'"
)
product_name_data
=
sql_ZIdatabase
.
cursor
.
fetchone
()
if
product_name_data
==
None
:
continue
for
productparam
in
param_data_dict
[
productid
]
.
keys
():
update_table
[
'batch'
]
.
append
(
batch
)
update_table
[
'source'
]
.
append
(
source
)
...
...
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