瀏覽代碼

任务列表刷新更新后台已发送数据;渠道多选和随机获取

wuyi 1 年之前
父節點
當前提交
bd362722ae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/task/entities/task.entity.ts

+ 1 - 1
src/task/entities/task.entity.ts

@@ -52,6 +52,6 @@ export class Task {
     @Column({ default: 0 })
     requestNumberInterval: number
 
-    @Column({ nullable: false })
+    @Column({ nullable: true })
     channelId: string
 }