update SystemConfigService; update other config

This commit is contained in:
Turbolisten
2021-09-23 20:58:58 +08:00
parent 12a4aae299
commit 60971d1cad
16 changed files with 131 additions and 212 deletions

View File

@@ -9,9 +9,6 @@
<if test="query.configKey != null and query.configKey != ''">
AND INSTR(config_key,#{query.configKey})
</if>
<if test="query.configGroup != null">
AND config_group = #{query.configGroup}
</if>
</where>
</select>