Commit deab0485 by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents 4cc44f2e 2f707980
......@@ -39,6 +39,7 @@ public class CustomSettingApiServiceImpl implements CustomSettingApiService {
@Override
public ServiceResponse<String> save(String tableName, String params) {
log.info("保存参数:{},{}", tableName, params);
TabTableSetting tableSetting = tableSettingService.getTableSetting(tableName);
if(tableSetting == null){
return ServiceResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), tableName + "不存在");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment