no message
This commit is contained in:
parent
5b87646c1c
commit
ab9eea340b
@ -323,7 +323,7 @@ func UpdateArtilceTree(c *gin.Context) {
|
||||
rsp.Msg = "title required"
|
||||
return
|
||||
}
|
||||
query := fmt.Sprintf("select * from doc_copy1 where doc.id = '%d'", req.ID)
|
||||
query := fmt.Sprintf("select * from doc_copy1 where doc_copy1.id = '%d'", req.ID)
|
||||
docs := []model.Doc{}
|
||||
e := db.GetMysqlClient().Query2(query, &docs)
|
||||
if nil != e {
|
||||
|
Loading…
Reference in New Issue
Block a user