Commit f21e636e by 岳巧源

add fix

parent b2afdba8
Showing with 19 additions and 21 deletions
......@@ -34,4 +34,6 @@ delete from lie_shop_picture where create_time > 1730736735 and spu_id = 0;
update lie_shop_push_sku_log set audit_status = 1 where create_time > 1730368800 and platform = 1;
create index sku_id_platform_index on lie_shop_push_sku_log(sku_id,platform);
\ No newline at end of file
create index sku_id_platform_index on lie_shop_push_sku_log(sku_id,platform);
alter table lie_shop_push_sku_log add column sku_sn varchar(64) default '' not null comment 'sku推送唯一编码' after sku_id;
\ No newline at end of file
运营错配分发规则???
{
"goods_id": 1155307286192804400,
"spu_id": 2151051602859886300,
"platform": 1,
"shop_id": 2
}
1,6,17,10,5,19
--------------------------
19,17,8,5,10,1,13,7,3,1675,
问题汇总:
1、以下分类的以下属性未选择选项:
电源变压器:初级绕组
电源变压器:次级绕组
复位芯片:看门狗定时器
门极驱动器:是否隔离
电压电平转换器:通道类型
多频振荡器: 逻辑类型
逻辑比较器:输出功能
奇偶校验收发器:逻辑类型
2、分发规则:
{
"goods_id": 1155307286192804400,
"spu_id": 2151051602859886300,
"platform": 1,
"shop_id": 2,
"sku_sn": "1155307286192804400_1",
}
.\gf_windows_amd64.exe gen dao -l "mysql:liexin_data_distribution:liexin_data_distribution#zsyM@tcp(192.168.1.238:3306)/liexin_data_distribution" -t "lie_shop_push_sku_log" -r "lie_"
\ 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