|  |  | 
 |  |  |            Today_Rate__c, Trade__c, convertCurrency(Forecast_Amount_All_F__c), convertCurrency(ShippedAmount__c), | 
 |  |  |            Opp_Actual_ThousandY__c, BO_Forecast_ThousandY__c, | 
 |  |  |            OP_ThousandY__c, Opp_Forecast_ThousandY__c, | 
 |  |  |            //Opportunity_ThousandY__c,  //lt 20220318 注释 | 
 |  |  |            Amount_Without_Tax_Thousand_F__c, | 
 |  |  |            Opportunity_ThousandY__c, Amount_Without_Tax_Thousand_F__c, | 
 |  |  |            Hospital__c, Department_Class__c | 
 |  |  |            , OCSM_RMB_Without_Tax_1000TR__c//20220111 SWAG-C8MBB6 加7.询价 lt | 
 |  |  |            from Opportunity | 
 |  |  | 
 |  |  |       Decimal o2 = opp.BO_Forecast_ThousandY__c == null ? 0 : opp.BO_Forecast_ThousandY__c; | 
 |  |  |       Decimal o3 = opp.OP_ThousandY__c == null ? 0 : opp.OP_ThousandY__c; | 
 |  |  |       Decimal o4 = opp.Opp_Forecast_ThousandY__c == null ? 0 : opp.Opp_Forecast_ThousandY__c; | 
 |  |  |       //Decimal o5 = opp.Opportunity_ThousandY__c == null ? 0 : opp.Opportunity_ThousandY__c;//lt 20220318 注释 | 
 |  |  |       //lt 20220318 start | 
 |  |  |       Decimal o5 = 0 ; | 
 |  |  |       //lt 20220318 start | 
 |  |  |       Decimal o5 = opp.Opportunity_ThousandY__c == null ? 0 : opp.Opportunity_ThousandY__c; | 
 |  |  |       Decimal o6 = opp.Amount_Without_Tax_Thousand_F__c == null ? 0 : opp.Amount_Without_Tax_Thousand_F__c; | 
 |  |  |       //20220111 SWAG-C8MBB6 加7.询价 lt  start | 
 |  |  |       Decimal o7 = opp.OCSM_RMB_Without_Tax_1000TR__c == null ? 0 : opp.OCSM_RMB_Without_Tax_1000TR__c; | 
 |  |  | 
 |  |  |     acc.OP_ThousandY__c = 0; | 
 |  |  |      | 
 |  |  |     acc.Opp_Forecast_ThousandY__c = 0; | 
 |  |  |     //acc.Opportunity_ThousandY__c = 0;//lt 20220318 注释 | 
 |  |  |     acc.Opportunity_ThousandY__c = 0; | 
 |  |  |     acc.Amount_Without_Tax_Thousand__c = 0; | 
 |  |  |  | 
 |  |  |     //20220111 SWAG-C8MBB6 加7.询价 lt  start | 
 |  |  | 
 |  |  |     acc.BO_Forecast_ThousandY__c += o2; | 
 |  |  |     acc.OP_ThousandY__c += o3; | 
 |  |  |     acc.Opp_Forecast_ThousandY__c += o4; | 
 |  |  |     //acc.Opportunity_ThousandY__c += o5;//lt 20220318 注释 | 
 |  |  |     acc.Opportunity_ThousandY__c += o5; | 
 |  |  |     acc.Amount_Without_Tax_Thousand__c += o6; | 
 |  |  |     //20220111 SWAG-C8MBB6 加7.询价 lt  start | 
 |  |  |     acc.AllOP_ThousandY__c += o7; |