xingzai %!s(int64=2) %!d(string=hai) anos
pai
achega
4d9e76d05a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      models/industrial_management.go

+ 1 - 0
models/industrial_management.go

@@ -212,6 +212,7 @@ 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()