Commit ad06ab27 by 岳巧源

add json

parent b0fb1c15
Showing with 74 additions and 2 deletions
{
"_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
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment