Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
training-project
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj
training-project
Commits
5688ce56
Commit
5688ce56
authored
Jun 12, 2025
by
梅存智
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的培训查询所有
parent
b2831a2e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cloud-training-project-service/src/main/java/com/yizhi/training/application/mapper/TpCommentMapper.xml
+2
-2
No files found.
cloud-training-project-service/src/main/java/com/yizhi/training/application/mapper/TpCommentMapper.xml
View file @
5688ce56
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
<if
test=
"bizType == null"
>
<if
test=
"bizType == null"
>
AND c.biz_type=1
AND c.biz_type=1
</if>
</if>
<if
test=
"bizType != null"
>
<if
test=
"bizType != null
and bizType != 10
"
>
AND c.biz_type=#{bizType}
AND c.biz_type=#{bizType}
</if>
</if>
<if
test=
"type != 0 "
>
<if
test=
"type != 0 "
>
...
@@ -199,7 +199,7 @@
...
@@ -199,7 +199,7 @@
<if
test=
"bizType == null"
>
<if
test=
"bizType == null"
>
AND c.biz_type=1
AND c.biz_type=1
</if>
</if>
<if
test=
"bizType != null"
>
<if
test=
"bizType != null
and bizType != 10
"
>
AND c.biz_type=#{bizType}
AND c.biz_type=#{bizType}
</if>
</if>
<if
test=
"type != 0 "
>
<if
test=
"type != 0 "
>
...
...
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