|  |  | 
 |  |  |                         taskType = System.Label.OpportunityFollow; // 询价跟进任务 | 
 |  |  |                     } else if (this.targetEvent.OPDPlan_Flag__c) { | 
 |  |  |                         taskType = System.Label.OPD; // OPD任务 | 
 |  |  |                     } else if (accToNumTarget.get(accToDepMap.get(this.targetEvent.whatid__c)).Is_Target_Account_Energy__c == 1 || accToNumTarget.get(accToDepMap.get(this.targetEvent.whatid__c)).Is_Target_Account__c == 1) { | 
 |  |  |                     } else if (!accToNumTarget.isEmpty() && !accToDepMap.isEmpty() && (accToNumTarget.get(accToDepMap.get(this.targetEvent.whatid__c)).Is_Target_Account_Energy__c == 1 || accToNumTarget.get(accToDepMap.get(this.targetEvent.whatid__c)).Is_Target_Account__c == 1)) { | 
 |  |  |                          taskType = System.Label.TargetAccountVisit; // 目标客户拜访任务 | 
 |  |  |                     }  else if (accToNumTarget.get(accToDepMap.get(this.targetEvent.whatid__c)).OCM_Category__c == 'H1' || accToNumTarget.get(accToDepMap.get(this.targetEvent.whatid__c)).OCM_Category__c == 'H0') { | 
 |  |  |                     }  else if (!accToNumTarget.isEmpty() && !accToDepMap.isEmpty() && (accToNumTarget.get(accToDepMap.get(this.targetEvent.whatid__c)).OCM_Category__c == 'H1' || accToNumTarget.get(accToDepMap.get(this.targetEvent.whatid__c)).OCM_Category__c == 'H0')) { | 
 |  |  |                          taskType = System.Label.visitHLevel; // H层拜访任务 | 
 |  |  |                     } else { | 
 |  |  |                         taskType = System.Label.DailyVisit;// 日程拜访任务 |