lihao 4 년 전
부모
커밋
7abdc46bae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gx_api/GxPress/Repository/GxPress.Repository.Implement/TopicRepository.cs

+ 1 - 1
gx_api/GxPress/Repository/GxPress.Repository.Implement/TopicRepository.cs

@@ -422,7 +422,7 @@ namespace GxPress.Repository.Implement
                                         tede_comment
                                     WHERE
                                         ArticleId = a.Id AND pid = 0
-                                            AND TypeValue =={topicConst}) AS CommentCount,
+                                            AND TypeValue={topicConst}) AS CommentCount,
                                 (SELECT 
                                         COUNT(1)
                                     FROM