Browse Source

新增代码,服务统计

pull/268/head
chenzhihang 10 months ago
parent
commit
0f316b2b80
1 changed files with 3 additions and 0 deletions
  1. +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>

Loading…
Cancel
Save