Procházet zdrojové kódy

Merge branch 'cygx_14.0' of http://8.136.199.33:3000/hongze/hongze_clpt into debug

zhangchuanxing před 3 měsíci
rodič
revize
3b337422e8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      models/industrial_management.go

+ 1 - 1
models/industrial_management.go

@@ -140,7 +140,7 @@ func GetIndustrialManagementAll(uid int, condition, orderSrt string, startSize,
 			AND art.is_class = 1 ` + condition + `
 			GROUP BY
 			man.industry_name 
-			ORDER BY  follow_type DESC ,  ` + orderSrt + ` LIMIT ?,?`
+			ORDER BY  follow_type_order DESC ,  ` + orderSrt + ` LIMIT ?,?`
 	_, err = o.Raw(sql, uid, startSize, pageSize).QueryRows(&items)
 	return
 }