| | |
| | | //2021-09-28 mzy 任务管理改善 end |
| | | 'FeedbackDescription__c ,'+ |
| | | 'taskStatus__c,taskType__c,Assignment_Date__c from task__c where assignee__c in :userIDList and mergeTaskMain__c = null '+ |
| | | ' and NeedFeedback__c = true and TaskDifferent__c = \'上级分配任务\' and (taskStatus__c = \'02 接受\' or taskStatus__c = \'03 完成\')' ; |
| | | ' and NeedFeedback__c = true and (taskStatus__c = \'02 接受\' or taskStatus__c = \'03 完成\')' ; |
| | | //任务名称 |
| | | if (string.isNotBlank(TaskName)) { |
| | | query += ' and Name like \'%' + String.escapeSingleQuotes(TaskName.trim()) + '%\''; |