Browse Source

修改提示语

master
zhenghaorong 1 year ago
parent
commit
33971bf841
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      chain.go
  2. +1
    -1
      transaction_chain.go

+ 1
- 1
chain.go View File

@ -469,7 +469,7 @@ func (this *Query) CreateAllStmt() error {
}
if len(this.data) == 0 {
return errors.New("参数错误,没有数据表")
return errors.New("参数错误,字段名错误")
}
if len(this.value) == 0 {
return errors.New("参数错误,条件值错误")


+ 1
- 1
transaction_chain.go View File

@ -499,7 +499,7 @@ func (this *TxQuery) CreateAllStmt() error {
}
if len(this.data) == 0 {
return errors.New("参数错误,没有数据表")
return errors.New("参数错误,字段名错误")
}
if len(this.value) == 0 {
return errors.New("参数错误,条件值错误")


Loading…
Cancel
Save