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