This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
新增代码,服务统计
pull/268/head
chenzhihang
10 months ago
parent
742be0bb03
commit
0f316b2b80
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/CodeConfigDaoMapper.xml
+ 3
- 0
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/CodeConfigDaoMapper.xml
View File
@@ -112,6 +112,9 @@
<if test="codeConfig.updateTime != null">
and update_time = #{codeConfig.updateTime}
</if>
<if test="codeConfig.isPublic != null">
and is_public = #{codeConfig.isPublic}
</if>
</where>
</sql>
</mapper>
Write
Preview
Loading…
Cancel
Save