Authored by 陈峰

commit

... ... @@ -17,7 +17,6 @@
{"productId": 14450, "yhId": 10000130},
{"productId": 9242, "yhId": 10000163},
{"productId": 2347, "yhId": 10001355},
{"productId": 21, "yhId": 10000347},
{"productId": 9948, "yhId": 10000142},
{"productId": 3430, "yhId": 10000157},
{"productId": 9235, "yhId": 10000147},
... ... @@ -28,7 +27,6 @@
{"productId": 9431, "yhId": 10000135},
{"productId": 8815, "yhId": 10000343},
{"productId": 1188, "yhId": 10000471},
{"productId": 18694, "yhId": 10000347},
{"productId": 9947, "yhId": 10000141},
{"productId": 8880, "yhId": 10000709},
{"productId": 12893, "yhId": 10000503},
... ...
... ... @@ -4,6 +4,7 @@ const {logger} = require('../libs/logger');
const {mysqlPool} = require('../libs/mysql');
module.exports = async() => {
mysqlPool.delete('delete from channel_sku_compare_record');
const beginTime = dayjs().subtract(24, 'hour').unix();
const endTime = dayjs().unix();
... ...