Browse Source

清空规则

master
loshiqi 5 hours ago
parent
commit
e45d86fbbb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      chain.go

+ 1
- 0
chain.go View File

@ -225,6 +225,7 @@ func (this *Query) Clean() *Query {
this.upd_field = this.upd_field[0:0] this.upd_field = this.upd_field[0:0]
this.having = "" this.having = ""
this.alias = "" this.alias = ""
this.close_hump = false
this.with = this.with[0:0] this.with = this.with[0:0]
return this return this
} }


Loading…
Cancel
Save