浏览代码

更新深度报告定时任务规则修改v2

xingzai 3 年之前
父节点
当前提交
97cdec008b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      models/industrial_management.go

+ 0 - 1
models/industrial_management.go

@@ -212,7 +212,6 @@ func UpdateIndustrialIsDeepLabel(idStr string) (err error) {
 	1 = 1
 	AND b.match_type_name = '行业深度'
 	AND a.industrial_management_id IN ( ` + idStr + `)
-	AND is_hand_deep_label = 0
 	GROUP BY
 	a.industrial_management_id)`
 	_, err = o.Raw(msql).Exec()