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