Browse Source

no message

xingzai 2 năm trước cách đây
mục cha
commit
4d9e76d05a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()