Browse Source

修改BUG

zhou.xiaoning 3 years ago
parent
commit
5eb31c0cae
1 changed files with 1 additions and 1 deletions
  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 != "" {