黄千龙
2023-02-02 cd730d0b1a775abacfba06003bb58327d5d1fb3c
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'));
        }