Forráskód Böngészése

测试自动部署系统

xingzai 3 éve
szülő
commit
80e300ced9
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      controllers/article.go

+ 1 - 0
controllers/article.go

@@ -54,6 +54,7 @@ func (this *ArticleController) Detail() {
 		br.Ret = 408
 		return
 	}
+
 	uid := user.UserId
 	articleId, err := this.GetInt("ArticleId")
 	if articleId <= 0 {