Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李伟
cust-api
Commits
2796cce0
Commit
2796cce0
authored
Jan 17, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了动态详情接口
parent
84aa8f51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
OpmArticleRepository.java
...rcisoft/business/opmArticle/dao/OpmArticleRepository.java
+1
-1
OpmArticleMapper.xml
...es/mapper/business/opmArticle/mapper/OpmArticleMapper.xml
+1
-1
No files found.
src/main/java/org/rcisoft/business/opmArticle/dao/OpmArticleRepository.java
View file @
2796cce0
...
...
@@ -28,7 +28,7 @@ public interface OpmArticleRepository extends CyBaseMapper<OpmArticle> {
IPage
<
OpmArticle
>
queryOpmArticlePaged
(
CyPageInfo
cyPageInfo
,
@Param
(
"entity"
)
OpmArticle
opmArticle
);
OpmArticle
selectByIdWithUrl
(
String
i
d
);
OpmArticle
selectByIdWithUrl
(
String
articleI
d
);
List
<
ArticleCommentVO
>
SelectArticleComment
(
Integer
businessId
);
...
...
src/main/resources/mapper/business/opmArticle/mapper/OpmArticleMapper.xml
View file @
2796cce0
...
...
@@ -203,7 +203,7 @@
WHERE
1 = 1
AND opa.del_flag = '0'
AND opa.business_id =
123
AND opa.business_id =
#{articleId}
GROUP BY
opa.business_id
ORDER BY
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment