【7.0.4】【config】适配sql

pull/17/head
fengshuonan 2021-05-19 16:29:24 +08:00
parent 0266a9c370
commit 72df41623d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class OracleSysConfigData implements SysConfigDataApi {
@Override
public String getConfigListSql() {
return "select config_code, config_value from sys_config where status_flag = ? and del_flag = ?";
return "select config_code as \"config_code\", config_value as \"config_value\" from sys_config where status_flag = ? and del_flag = ?";
}
}