|
@@ -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 {
|