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