Browse Source

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

xingzai 3 years ago
parent
commit
97cdec008b
1 changed files with 0 additions and 1 deletions
  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()