From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期五, 03 三月 2023 14:50:59 +0800
Subject: [PATCH] gzw 测试环境代码更新
---
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