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
ad06ab27
authored
Oct 23, 2024
by
岳巧源
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add json
parent
b0fb1c15
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
74 additions
and
2 deletions
mongo.json
tmp.sql
mongo.json
View file @
ad06ab27
{
"_id"
:
"671113f7c3c2527d6b664f30"
,
"attrs_extend"
:
[
{
"attr_id"
:
404
,
"attr_name"
:
"匝数比"
,
"attr_value"
:
"-"
,
"attr_value_id"
:
76743
},
{
"attr_id"
:
405
,
"attr_name"
:
"工作频率"
,
"attr_value"
:
"150Hz~15kHz"
,
"attr_value_id"
:
289642
},
{
"attr_id"
:
406
,
"attr_name"
:
"频率响应"
,
"attr_value"
:
"±1dB"
,
"attr_value_id"
:
76745
},
{
"attr_id"
:
407
,
"attr_name"
:
"功率"
,
"attr_value"
:
"135mW"
,
"attr_value_id"
:
289739
},
{
"attr_id"
:
408
,
"attr_name"
:
"隔离电压"
,
"attr_value"
:
"-"
,
"attr_value_id"
:
76747
},
{
"attr_id"
:
409
,
"attr_name"
:
"插损"
,
"attr_value"
:
"-"
,
"attr_value_id"
:
76748
},
{
"attr_id"
:
410
,
"attr_name"
:
"回波损耗"
,
"attr_value"
:
"-"
,
"attr_value_id"
:
76843
},
{
"attr_id"
:
411
,
"attr_name"
:
"初级内阻"
,
"attr_value"
:
"45Ω"
,
"attr_value_id"
:
289602
},
{
"attr_id"
:
412
,
"attr_name"
:
"次级内阻"
,
"attr_value"
:
"9Ω"
,
"attr_value_id"
:
289741
},
{
"attr_id"
:
413
,
"attr_name"
:
"工作温度"
,
"attr_value"
:
"-"
,
"attr_value_id"
:
289520
}
],
"attrs_format"
:
[],
"attrs_mix"
:
"145F - 150Hz~15kHz ±1dB 135mW - - - 45Ω 9Ω -"
,
"spu_id"
:
2151517263188622300
}
\ No newline at end of file
tmp.sql
View file @
ad06ab27
...
...
@@ -2,4 +2,7 @@ delete from lie_shop_class where platform = 1;
delete
from
lie_shop_attr
where
platform
=
1
;
delete
from
lie_shop_class_mapping
where
platform
=
1
;
delete
from
lie_shop_attr_mapping
where
platform
=
1
;
select
apply_id
from
lie_shop_push_sku_log
where
spu_id
=
1
and
sku_id
=
1
order
by
create_time
desc
limit
1
;
\ No newline at end of file
select
apply_id
from
lie_shop_push_sku_log
where
spu_id
=
1
and
sku_id
=
1
order
by
create_time
desc
limit
1
;
update
lie_shop_push_sku_log
set
audit_status
=
0
where
ware_id
==
""
\ No newline at end of file
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