From cd730d0b1a775abacfba06003bb58327d5d1fb3c Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 02 二月 2023 12:23:31 +0800
Subject: [PATCH] 同步数据
---
force-app/main/default/classes/TaskFeedbackController.cls | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/classes/TaskFeedbackController.cls b/force-app/main/default/classes/TaskFeedbackController.cls
index d0bb2a5..aaa9718 100644
--- a/force-app/main/default/classes/TaskFeedbackController.cls
+++ b/force-app/main/default/classes/TaskFeedbackController.cls
@@ -335,7 +335,7 @@
//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()) + '%\'';
--
Gitblit v1.9.1