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/NFM624BatchTest.cls | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/NFM624BatchTest.cls b/force-app/main/default/classes/NFM624BatchTest.cls
index 9d532ce..657e971 100644
--- a/force-app/main/default/classes/NFM624BatchTest.cls
+++ b/force-app/main/default/classes/NFM624BatchTest.cls
@@ -1,9 +1,11 @@
@isTest
public with sharing class NFM624BatchTest {
+
static testMethod void testMethod1() {
BatchIF_Log__c testLog = new BatchIF_Log__c();
testLog.CurrencyIsoCode = 'CNY';
- testLog.Type__c = 'NFM624';
+ //testLog.Type__c = 'NFM624';
+ testLog.Type__c = 'NFM624Rest2'; //zhj 鏂版柟妗堟敼閫� NFM624Rest2 2023-01-06
testLog.MessageGroupNumber__c = '123456789987';
// testLog.Name = '20211207';
testLog.ErrorLog__c = '';
@@ -16,4 +18,4 @@
insert testLog;
Database.executeBatch(new NFM624Batch(),1);
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.1