zhou.xiaoning 3 anni fa
parent
commit
5eb31c0cae
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      models/ferroalloy.go

+ 1 - 1
models/ferroalloy.go

@@ -369,7 +369,7 @@ func (r *THJWrstandard) buildSql() string {
 	from WR_PresaleInfo t
 	where t.presalestatus = 2
 	and t.marketid = 64201) and %v 
-	order by wr.wrstandardname;
+	order by wr.wrstandardname
 	`
 	param := "1=1"
 	if r.WRSTANDARDNAME != "" {