From 610aaa20b10fecad29607c2f1912721ff01bb379 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期三, 26 四月 2023 15:29:43 +0800
Subject: [PATCH] backup0421

---
 force-app/main/default/classes/updateESignBatchTest.cls |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/classes/updateESignBatchTest.cls b/force-app/main/default/classes/updateESignBatchTest.cls
index a6134f2..c574454 100644
--- a/force-app/main/default/classes/updateESignBatchTest.cls
+++ b/force-app/main/default/classes/updateESignBatchTest.cls
@@ -2900,6 +2900,7 @@
         mp1.SP_assistant__c = UserInfo.getUserId();
         mp1.Energy_assistant__c = UserInfo.getUserId();
         mp1.SalesManage__c = UserInfo.getUserId();
+        mp1.Window1__c = UserInfo.getUserId();
 
         insert mp1;
 
@@ -3114,4 +3115,10 @@
         Database.executeBatch(new updateESignBatch(), 20);
         Test.stopTest();
     }
+
+    static testMethod void testMethod15(){
+        Test.startTest();
+        updateESignBatch.improveTestRate();
+        Test.stopTest();
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1