@nger/fk-upload 1.0.45 → 1.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39,13 +39,14 @@ class ScheduleTask extends rabbitmq_1.Task {
39
39
  const nowTime = Math.floor(date.getTime() / 1000);
40
40
  const where = {
41
41
  uniacid: (0, typeorm_2.In)(uniacids),
42
- createTime: (0, typeorm_2.MoreThan)(nowTime)
42
+ createTime: (0, typeorm_2.MoreThan)(nowTime),
43
+ thirdUrl: (0, typeorm_2.Not)('Null')
43
44
  };
44
45
  if (ids && ids.length > 0) {
45
46
  where.id = (0, typeorm_2.Not)((0, typeorm_2.In)(ids));
46
47
  }
47
48
  const topics = await w7.manager.find(w7_1.W7ChatTopicEntity, { where });
48
- console.log(`topics`, topics);
49
+ console.log(`topics`, topics.length);
49
50
  topics.map(async (topic) => {
50
51
  if (topic.thirdUrl) {
51
52
  const uniacid = topic.uniacid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "",
5
5
  "main": "dist/core.js",
6
6
  "types": "dist/core.d.ts",