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
f21e636e
authored
Nov 12, 2024
by
岳巧源
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add fix
parent
b2afdba8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
21 deletions
tmp.sql
tmp.txt
tmp.sql
View file @
f21e636e
...
...
@@ -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
tmp.txt
View file @
f21e636e
运营错配分发规则???
{
"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
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