From 42c34c657dcc64a5ad71898874ced60d27e8d762 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 10 七月 2023 10:32:12 +0800
Subject: [PATCH] backup0710

---
 force-app/main/default/classes/ArriveGoodsController.cls |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/force-app/main/default/classes/ArriveGoodsController.cls b/force-app/main/default/classes/ArriveGoodsController.cls
index 41fa019..8e2988f 100644
--- a/force-app/main/default/classes/ArriveGoodsController.cls
+++ b/force-app/main/default/classes/ArriveGoodsController.cls
@@ -5650,11 +5650,7 @@
         Inventory_Order_Sheet.Order_ProType__c = userPro_Type;
         insert Inventory_Order_Sheet;
         inventory_Order_id = Inventory_Order_Sheet.id;
-        List<Consumable_order__c> consumable_order_Inv = [
-          SELECT Name
-          FROM Consumable_order__c
-          WHERE id = :Inventory_Order_Sheet.id
-        ];
+        //List<Consumable_order__c> consumable_order_Inv = [SELECT Name FROM Consumable_order__c WHERE id =:Inventory_Order_Sheet.id]; //Commented By Li Jun 20230616
         // WYIN-BLZE48鐩樼偣涓㈠け浜у搧澧炲姞鍏ュ簱鏂瑰紡 update by vivek 2020-03-05 end
 
         List<Consumable_order_details2__c> codcList = new List<Consumable_order_details2__c>();

--
Gitblit v1.9.1