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/eSignHomePageController.cls | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/classes/eSignHomePageController.cls b/force-app/main/default/classes/eSignHomePageController.cls
index 5e7760d..b623a93 100644
--- a/force-app/main/default/classes/eSignHomePageController.cls
+++ b/force-app/main/default/classes/eSignHomePageController.cls
@@ -96,7 +96,7 @@
sql +='agencyAutoSignUpStatus__c,HPSignUpStatus__c,agencyConfirmDate__c,endUser__c,endUserName__c,HPConfirmDate__c,endConfirmDate__c,Hospital_Name_Text__c,CustomerNameContract__c,agencySignUpDate__c,skip_Hospital_Sign__c,skip_Distribution_Sign__c,skip_Distribution_Sign_Message__c, skip_Hospital_Sign_Message__c ';
sql +=' from eSignForm__c ';
//褰搃sProcessed__c 涓簍rue鐨勬椂鍊欙紝宸ヤ綔娴佹洿鏂版棩鏈� 鎵�浠ヤ笉浼氭湁鏃ユ湡涓簄ull骞朵笖杩樻墦鍕剧殑鎯呭喌
- sql +=' where (isProcessed__c = false or (isProcessed__c = true and endConfirmDate__c >: todate)) ';
+ sql +=' where (isProcessed__c = false or (isProcessed__c = true and endConfirmDate__c >=: todate)) ';
//閫�璐у垯涓嶈妫�绱�
//sql +=' and ReturnMark__c = false ';
@@ -137,7 +137,6 @@
} catch (Exception ex) {
return null;
}
-
//new
eSignWrapperList eWList = new eSignWrapperList();
//鍏堝垽鏂湁娌℃湁涓棿琛� 娌℃湁鍒欒祴鍊间负绌�
@@ -153,7 +152,7 @@
}else{
eWList.eSignFormEntryList = null;
}
-
+ system.debug('ceshi4+++'+tempEsignFormList);
if(tempEsignFormList.size() > 0){
for(eSignForm__c esf:tempEsignFormList){
if(esf.endUser__c =='濂戠磩'){
@@ -219,6 +218,7 @@
//鍒ゆ柇浼犲叆鐨勭被鍨�
@AuraEnabled
public String entryType;
+
public eSignWrapper(Boolean isAgencySubmit,Boolean isHPSubmit,String entryType){
eSignFormEntry = new eSignFormEntry__c();
eSignForm = new eSignForm__c();
@@ -236,7 +236,6 @@
@AuraEnabled
public List<eSignForm__c> eSignFormList;
-
public eSignWrapperList(){
eSignFormEntryList = new List<eSignFormEntry__c>();
eSignFormList = new List<eSignForm__c>();
--
Gitblit v1.9.1