WH01243 1 месяц назад
Родитель
Сommit
1178b474ed
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      clueSync/tag.go

+ 1 - 1
clueSync/tag.go

@@ -119,7 +119,7 @@ func FormatTag(data map[string]interface{}, count int) {
     INNER JOIN   jy_order_detail   b    on   a.order_code=b.order_code and    a.user_id    = "%s"   and 
     a.order_status = 1  and  a.del_status =0 
     ORDER BY  b.service_endtime  desc `, userId)
-	orderData := TiDb.SelectBySql(orderSql)
+	orderData := Mysql.SelectBySql(orderSql)
 	if orderData != nil && len(*orderData) > 0 {
 		product_type_arr, product_type_arrs := []string{}, []string{}
 		for _, v := range *orderData {