From 07390e2fcb4adf27c928335bf27ae7939c5a80ad Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 23 五月 2023 11:28:12 +0800
Subject: [PATCH] bakcup20230523
---
force-app/main/default/classes/SelectAssetEstimateURFControllerTest.cls | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/SelectAssetEstimateURFControllerTest.cls b/force-app/main/default/classes/SelectAssetEstimateURFControllerTest.cls
index 90e1d12..05de792 100644
--- a/force-app/main/default/classes/SelectAssetEstimateURFControllerTest.cls
+++ b/force-app/main/default/classes/SelectAssetEstimateURFControllerTest.cls
@@ -1,7 +1,7 @@
@isTest
private class SelectAssetEstimateURFControllerTest {
private static Id pricebookId = ControllerUtil.getStandardPricebook().Id;
- static Asset createAsset(String input, String accountid, String dcId, String hpId, String serialNo, String prId, String mark ) {
+ static Asset createAsset(String input, String accountid, String dcId, String hpId, String serialNo, String prId, String mark ) {
Asset asset = new Asset();
asset.Name = input;
asset.AccountId = accountid;
@@ -428,7 +428,7 @@
dep.Hospital__c = hospital.Id;
insert dep;
- ProductURF__c purf = new ProductURF__c(UFR_MaxRepairCount__c = 2,URFLimitSerial__c = 'URF-P',Maintenance_Price_Year_URF__c = 1200);
+ ProductURF__c purf = new ProductURF__c(UFR_MaxRepairCount__c = 2,URFLimitSerial__c = 'URF-P',Maintenance_Price_Year_URF__c = 1200);
insert purf;
// 瑁藉搧銈掍綔銈�
Product2 productA = new Product2( Name='銉嗐偣銉堝晢鍝�', Maintenance_Price_Year__c = 12000, Manual_Entry__c = false,ProductURF__c = purf.Id);
--
Gitblit v1.9.1