From d6d0594cc77019197eaf824be017526f6bfdad2c Mon Sep 17 00:00:00 2001 From: kamilia Date: Mon, 6 May 2024 00:49:23 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B8=20=D1=82=D1=83=D1=82=20=D0=B3=D0=BB?= =?UTF-8?q?=D0=B0=D0=B7=D0=B0=20=D0=B2=20=D0=BC=D1=8B=D0=BB=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AbstractShopListImplement/Order.cs | 2 +- AircraftPlant/AircraftPlant.log.2024-05-05 | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 AircraftPlant/AircraftPlant.log.2024-05-05 diff --git a/AircraftPlant/AbstractShopListImplement/Order.cs b/AircraftPlant/AbstractShopListImplement/Order.cs index 3b407d4..3a056b7 100644 --- a/AircraftPlant/AbstractShopListImplement/Order.cs +++ b/AircraftPlant/AbstractShopListImplement/Order.cs @@ -101,7 +101,7 @@ namespace AircraftPlantListImplement.Models { Id = Id, PlaneId = PlaneId, - ClientId = model.ClientId, + ClientId = ClientId, Count = Count, Sum = Sum, Status = Status, diff --git a/AircraftPlant/AircraftPlant.log.2024-05-05 b/AircraftPlant/AircraftPlant.log.2024-05-05 new file mode 100644 index 0000000..67faf5a --- /dev/null +++ b/AircraftPlant/AircraftPlant.log.2024-05-05 @@ -0,0 +1,21 @@ +2024-05-05 23:06:36,495 INFO Microsoft.Hosting.Lifetime.? [?] - MESSAGE: Now listening on: https://localhost:7282 + 2024-05-05 23:06:36,572 INFO Microsoft.Hosting.Lifetime.? [?] - MESSAGE: Now listening on: http://localhost:5121 + 2024-05-05 23:06:36,580 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Application started. Press Ctrl+C to shut down. + 2024-05-05 23:06:36,585 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Hosting environment: Development + 2024-05-05 23:06:36,587 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Content root path: C:\Users\Admin\Desktop\4 семестр\rpp\AircraftPlant\AircraftPlantRestApi\ + 2024-05-05 23:06:56,907 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadList [47] - MESSAGE: ReadList. PlaneName:(null).Id:(null) + 2024-05-05 23:06:59,076 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadList [56] - MESSAGE: ReadList. Count:2 + 2024-05-05 23:07:09,649 INFO AircraftPlantBusinessLogic.BusinessLogics.ClientLogic.ReadElement [45] - MESSAGE: ReadElement. ClientEmail:client2@email.com.Id:(null) + 2024-05-05 23:07:09,765 INFO AircraftPlantBusinessLogic.BusinessLogics.ClientLogic.ReadElement [54] - MESSAGE: ReadElement find. Id:2 + 2024-05-05 23:07:10,215 INFO AircraftPlantBusinessLogic.BusinessLogics.OrderLogic.ReadList [48] - MESSAGE: ReadList. Order.Id:(null) + 2024-05-05 23:07:10,299 INFO AircraftPlantBusinessLogic.BusinessLogics.OrderLogic.ReadList [57] - MESSAGE: ReadList. Count:3 + 2024-05-05 23:07:20,089 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadList [47] - MESSAGE: ReadList. PlaneName:(null).Id:(null) + 2024-05-05 23:07:20,099 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadList [56] - MESSAGE: ReadList. Count:2 + 2024-05-05 23:07:24,269 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadElement [72] - MESSAGE: ReadElement. PlaneName:(null).Id:2 + 2024-05-05 23:07:24,305 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadElement [81] - MESSAGE: ReadElement find. Id:2 + 2024-05-05 23:07:25,322 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadElement [72] - MESSAGE: ReadElement. PlaneName:(null).Id:2 + 2024-05-05 23:07:25,330 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadElement [81] - MESSAGE: ReadElement find. Id:2 + 2024-05-05 23:07:25,442 INFO AircraftPlantBusinessLogic.BusinessLogics.OrderLogic.CheckModel [137] - MESSAGE: Order. OrderID:0.Sum:743600. PlaneId: 2 + 2024-05-05 23:07:25,652 INFO AircraftPlantBusinessLogic.BusinessLogics.OrderLogic.ReadList [48] - MESSAGE: ReadList. Order.Id:(null) + 2024-05-05 23:07:25,661 INFO AircraftPlantBusinessLogic.BusinessLogics.OrderLogic.ReadList [57] - MESSAGE: ReadList. Count:4 + \ No newline at end of file