Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
岳巧源
/
jd_data_process
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e1524808
authored
Nov 26, 2024
by
larosa
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
skip unit
parent
55790e56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
crontab.py
crontab.py
View file @
e1524808
...
...
@@ -213,6 +213,8 @@ def update_vc_attr(conf: dict):
"""
exists_attr
=
True
for
key
in
origin_attr_map
:
if
key
==
"unit"
:
continue
if
origin_attr_map
[
key
]
!=
now_attr_map
[
key
]:
update_sql1
=
"update lie_shop_attr set attr_id =
%
s, attr_name =
%
s, unit =
%
s, enum_value =
%
s, input_type =
%
s, is_required =
%
s, update_time =
%
s , is_mapping = 0 where id =
%
s"
cursor
.
execute
(
query
=
update_sql1
,
args
=
(
attr_id
,
attr_name
,
unit
,
enum_value
,
input_type
,
is_required
,
update_time
,
primary_id
))
...
...
@@ -392,6 +394,8 @@ def update_vc_ext_attr(conf):
"""
exists_attr
=
True
for
key
in
origin_attr_map
:
if
key
==
"unit"
:
continue
if
origin_attr_map
[
key
]
!=
now_attr_map
[
key
]:
update_sql1
=
"update lie_shop_attr set attr_id =
%
s, attr_name =
%
s, unit =
%
s, enum_value =
%
s, input_type =
%
s, is_required =
%
s, update_time =
%
s , is_mapping = 0 where id =
%
s"
cursor
.
execute
(
query
=
update_sql1
,
...
...
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