Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
中
中电中采
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
ZGC_INDEX
中电中采
Commits
2950afa8
Commit
2950afa8
authored
Jan 11, 2021
by
rico.liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
34b81b58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
main.py
模板建库/main.py
+5
-2
No files found.
模板建库/main.py
View file @
2950afa8
...
...
@@ -550,7 +550,10 @@ def GetCollectDataDetail(df,channel_alias,batch):
name
=
row
[
'name'
]
zi_brandname
=
row
[
'zi_brandname'
]
zi_subcategoryname
=
row
[
'zi_subcategoryname'
]
url_params
=
eval
(
row
[
'url_params'
])
try
:
url_params
=
eval
(
row
[
'url_params'
])
except
:
url_params
=
{}
std_key_list
=
[]
...
...
@@ -2035,7 +2038,7 @@ df = LoadData(batch,channel_alias,'collectDataConfirm')
df
.
to_excel
(
f
"{channel_alias}建库信息确认{batch}.xlsx"
)
#建库信息结果确认更新
path
=
'/Users/rico/
project/模板建库v2/MBJK-LXQ建库信息确认2020-12-31
.xlsx'
path
=
'/Users/rico/
Downloads/tjx-mbjk建库信息确认2021-01-04(1)
.xlsx'
UpdateCollectDataConfirm
(
path
)
#产品建库,价格入库
...
...
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