@@ -50,7 +50,7 @@ func CommonDecodeArticle(stype string, id string) (res []string) {
case "indexcontent":
res = BDecodeArticleId2ByCheck(id, ISE, ISE2)
case "entservice":
- id = BEncodeArticleId2ByCheck(id, SE, SE2)
+ res = BDecodeArticleId2ByCheck(id, SE, SE2)
}
return