Authored by 陈峰

commit

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