This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
dbquery
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
37
Wiki
Activity
Browse Source
修改提示语
master
zhenghaorong
2 years ago
parent
4ac2e8c30d
commit
33971bf841
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
chain.go
+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
(
"参数错误,条件值错误"
)
Write
Preview
Loading…
Cancel
Save