高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/classes/strike_lookupController.cls
@@ -84,8 +84,6 @@
        String subtitleField;
        String subTitleFormat = '';
        system.debug('搜索框的SQL语句:'+query);
        if (strike_lookupController.fieldNotEmpty(jsonMap, 'subtitleField')) {
            subtitleField = String.escapeSingleQuotes((String)jsonMap.get('subtitleField'));
        }