彭锟
2022-04-24 b3dc8e8ce0a120b4f484ef787abd21832c40ec63
force-app/main/default/classes/NFM606Controller.cls
@@ -196,9 +196,9 @@
        if (rowData != null) {
            upsert rowData;
        }
        iflog.Log__c = iflog.Log__c + logstr;
        iflog.Log__c =  logstr;
        system.debug('======================================'+logstr);
        upsert iflog;
    }
    private static GeData getStateAndCity(GeData ged,Contact con){