buli
2023-07-10 42c34c657dcc64a5ad71898874ced60d27e8d762
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>();