diff --git a/.vs/LonglslandExhibitionCenterAPI/FileContentIndex/32af3570-eb77-4f9e-9edb-c15295bc64db.vsidx b/.vs/LonglslandExhibitionCenterAPI/FileContentIndex/32af3570-eb77-4f9e-9edb-c15295bc64db.vsidx
deleted file mode 100644
index 64cbdc0..0000000
Binary files a/.vs/LonglslandExhibitionCenterAPI/FileContentIndex/32af3570-eb77-4f9e-9edb-c15295bc64db.vsidx and /dev/null differ
diff --git a/.vs/LonglslandExhibitionCenterAPI/FileContentIndex/81e97ba9-2dd1-44c3-a00d-5243973ee289.vsidx b/.vs/LonglslandExhibitionCenterAPI/FileContentIndex/5ceaec75-0e27-4a88-b112-406c8ea477a0.vsidx
similarity index 77%
rename from .vs/LonglslandExhibitionCenterAPI/FileContentIndex/81e97ba9-2dd1-44c3-a00d-5243973ee289.vsidx
rename to .vs/LonglslandExhibitionCenterAPI/FileContentIndex/5ceaec75-0e27-4a88-b112-406c8ea477a0.vsidx
index e8623cd..e5a88e7 100644
Binary files a/.vs/LonglslandExhibitionCenterAPI/FileContentIndex/81e97ba9-2dd1-44c3-a00d-5243973ee289.vsidx and b/.vs/LonglslandExhibitionCenterAPI/FileContentIndex/5ceaec75-0e27-4a88-b112-406c8ea477a0.vsidx differ
diff --git a/.vs/LonglslandExhibitionCenterAPI/v17/.suo b/.vs/LonglslandExhibitionCenterAPI/v17/.suo
index b80e2b9..ba4f745 100644
Binary files a/.vs/LonglslandExhibitionCenterAPI/v17/.suo and b/.vs/LonglslandExhibitionCenterAPI/v17/.suo differ
diff --git a/LonglslandExhibitionCenter/LonglslandExhibitionCenter.csproj.user b/LonglslandExhibitionCenter/LonglslandExhibitionCenter.csproj.user
index eb2f4f0..859cdbd 100644
--- a/LonglslandExhibitionCenter/LonglslandExhibitionCenter.csproj.user
+++ b/LonglslandExhibitionCenter/LonglslandExhibitionCenter.csproj.user
@@ -8,7 +8,7 @@
- Release|Any CPU
+ Debug|Any CPU
F:\项目\长岛展览馆\项目\LonglslandExhibitionCenter\LonglslandExhibitionCenter\Properties\PublishProfiles\FolderProfile.pubxml
ApiControllerEmptyScaffolder
root/Common/Web API
diff --git a/LonglslandExhibitionCenter/bin/LonglslandExhibitionCenter.dll b/LonglslandExhibitionCenter/bin/LonglslandExhibitionCenter.dll
index bfc3793..6ba692d 100644
Binary files a/LonglslandExhibitionCenter/bin/LonglslandExhibitionCenter.dll and b/LonglslandExhibitionCenter/bin/LonglslandExhibitionCenter.dll differ
diff --git a/LonglslandExhibitionCenter/bin/LonglslandExhibitionCenter.pdb b/LonglslandExhibitionCenter/bin/LonglslandExhibitionCenter.pdb
index 02e3cd8..2e15c86 100644
Binary files a/LonglslandExhibitionCenter/bin/LonglslandExhibitionCenter.pdb and b/LonglslandExhibitionCenter/bin/LonglslandExhibitionCenter.pdb differ
diff --git a/LonglslandExhibitionCenter/obj/Debug/LonglslandExhibitionCenter.dll b/LonglslandExhibitionCenter/obj/Debug/LonglslandExhibitionCenter.dll
index 5ad9cbb..6ba692d 100644
Binary files a/LonglslandExhibitionCenter/obj/Debug/LonglslandExhibitionCenter.dll and b/LonglslandExhibitionCenter/obj/Debug/LonglslandExhibitionCenter.dll differ
diff --git a/LonglslandExhibitionCenter/obj/Debug/LonglslandExhibitionCenter.pdb b/LonglslandExhibitionCenter/obj/Debug/LonglslandExhibitionCenter.pdb
index 78d31d1..2e15c86 100644
Binary files a/LonglslandExhibitionCenter/obj/Debug/LonglslandExhibitionCenter.pdb and b/LonglslandExhibitionCenter/obj/Debug/LonglslandExhibitionCenter.pdb differ
diff --git a/Security/ServiceSecurity.cs b/Security/ServiceSecurity.cs
index 0e40998..cc09fd7 100644
--- a/Security/ServiceSecurity.cs
+++ b/Security/ServiceSecurity.cs
@@ -400,7 +400,10 @@ namespace Security
model.Reserve2 = GetDeviceName4(Convert.ToInt32(name));
if (model.EH != null && model.Ua != null && model.Ub != null && model.Uc != null && model.Ia != null && model.Ib != null && model.Ic != null && model.P != null && model.Kvar != null)
{
- bll.AddDate(model, date);
+ if (model.EH > 0 && model.Ua > 0 && model.Ub > 0 && model.Uc > 0 && model.Ia > 0 && model.Ib > 0 && model.Ic > 0 && model.P > 0 && model.Kvar > 0)
+ {
+ bll.AddDate(model, date);
+ }
}
}
}
@@ -522,7 +525,10 @@ namespace Security
//model.Reserve2 = GetDeviceName4(Convert.ToInt32(name));
if (model.EH != null && model.Ua != null && model.Ub != null && model.Uc != null && model.Ia != null && model.Ib != null && model.Ic != null && model.P != null && model.Kvar != null)
{
- bll.AddDate(model, date);
+ if (model.EH > 0 && model.Ua > 0 && model.Ub > 0 && model.Uc > 0 && model.Ia > 0 && model.Ib > 0 && model.Ic > 0 && model.P > 0 && model.Kvar > 0)
+ {
+ bll.AddDate(model, date);
+ }
}
}
}
@@ -642,7 +648,10 @@ namespace Security
//model.Reserve2 = GetDeviceName4(Convert.ToInt32(name));
if (model.EH != null && model.Ua != null && model.Ub != null && model.Uc != null && model.Ia != null && model.Ib != null && model.Ic != null && model.P != null && model.Kvar != null)
{
- bll.AddDate(model, date);
+ if (model.EH > 0 && model.Ua > 0 && model.Ub > 0 && model.Uc > 0 && model.Ia > 0 && model.Ib > 0 && model.Ic > 0 && model.P > 0 && model.Kvar > 0)
+ {
+ bll.AddDate(model, date);
+ }
}
//else
//{
diff --git a/Security/bin/Debug/ServiceSecurity.application b/Security/bin/Debug/ServiceSecurity.application
index ce4ab52..065b17d 100644
--- a/Security/bin/Debug/ServiceSecurity.application
+++ b/Security/bin/Debug/ServiceSecurity.application
@@ -14,7 +14,7 @@
- iv32QMruZnKNEzz+kjmmksq99mmjWfL88nEu1GZD+2g=
+ FhAqT3DQLB5eUhO8vSU8c8B89nPUd9NzovVV9qHE/gA=
diff --git a/Security/bin/Debug/ServiceSecurity.exe b/Security/bin/Debug/ServiceSecurity.exe
index 97f89e9..5120f94 100644
Binary files a/Security/bin/Debug/ServiceSecurity.exe and b/Security/bin/Debug/ServiceSecurity.exe differ
diff --git a/Security/bin/Debug/ServiceSecurity.exe.manifest b/Security/bin/Debug/ServiceSecurity.exe.manifest
index df4e3b2..4f822eb 100644
--- a/Security/bin/Debug/ServiceSecurity.exe.manifest
+++ b/Security/bin/Debug/ServiceSecurity.exe.manifest
@@ -138,14 +138,14 @@
-
+
- uU7KmmhQEnNwdQxHU5xLv6w0ryLzshDrQvsWtpaW6Rc=
+ RIJqbeEb7CpQbuG1+q2xRLUM8AWaC2+EjR+n9dMV68M=
diff --git a/Security/bin/Debug/ServiceSecurity.pdb b/Security/bin/Debug/ServiceSecurity.pdb
index 1dc2c9e..27b0df1 100644
Binary files a/Security/bin/Debug/ServiceSecurity.pdb and b/Security/bin/Debug/ServiceSecurity.pdb differ
diff --git a/Security/bin/Debug/app.publish/ServiceSecurity.exe b/Security/bin/Debug/app.publish/ServiceSecurity.exe
index aa015b0..06db5b8 100644
Binary files a/Security/bin/Debug/app.publish/ServiceSecurity.exe and b/Security/bin/Debug/app.publish/ServiceSecurity.exe differ
diff --git a/Security/obj/Debug/Security.csproj.AssemblyReference.cache b/Security/obj/Debug/Security.csproj.AssemblyReference.cache
index c2dcdde..8d7649f 100644
Binary files a/Security/obj/Debug/Security.csproj.AssemblyReference.cache and b/Security/obj/Debug/Security.csproj.AssemblyReference.cache differ
diff --git a/Security/obj/Debug/ServiceSecurity.application b/Security/obj/Debug/ServiceSecurity.application
index ce4ab52..065b17d 100644
--- a/Security/obj/Debug/ServiceSecurity.application
+++ b/Security/obj/Debug/ServiceSecurity.application
@@ -14,7 +14,7 @@
- iv32QMruZnKNEzz+kjmmksq99mmjWfL88nEu1GZD+2g=
+ FhAqT3DQLB5eUhO8vSU8c8B89nPUd9NzovVV9qHE/gA=
diff --git a/Security/obj/Debug/ServiceSecurity.exe b/Security/obj/Debug/ServiceSecurity.exe
index 97f89e9..5120f94 100644
Binary files a/Security/obj/Debug/ServiceSecurity.exe and b/Security/obj/Debug/ServiceSecurity.exe differ
diff --git a/Security/obj/Debug/ServiceSecurity.exe.manifest b/Security/obj/Debug/ServiceSecurity.exe.manifest
index df4e3b2..4f822eb 100644
--- a/Security/obj/Debug/ServiceSecurity.exe.manifest
+++ b/Security/obj/Debug/ServiceSecurity.exe.manifest
@@ -138,14 +138,14 @@
-
+
- uU7KmmhQEnNwdQxHU5xLv6w0ryLzshDrQvsWtpaW6Rc=
+ RIJqbeEb7CpQbuG1+q2xRLUM8AWaC2+EjR+n9dMV68M=
diff --git a/Security/obj/Debug/ServiceSecurity.pdb b/Security/obj/Debug/ServiceSecurity.pdb
index 1dc2c9e..27b0df1 100644
Binary files a/Security/obj/Debug/ServiceSecurity.pdb and b/Security/obj/Debug/ServiceSecurity.pdb differ
diff --git a/Supplement/bin/Debug/App_Data/Logs_20240919.txt b/Supplement/bin/Debug/App_Data/Logs_20240919.txt
new file mode 100644
index 0000000..344fc67
--- /dev/null
+++ b/Supplement/bin/Debug/App_Data/Logs_20240919.txt
@@ -0,0 +1,10 @@
+ ------------------------------------------------
+ ------------------------------------------------
+ ------------------------------------------------
+2024-09-19 10:22:58,745 [3] INFO loginfo - Æô¶¯·þÎñ
+2024-09-19 10:23:03,580 [5] INFO loginfo - ¿ªÊ¼²¹Â¼
+ ------------------------------------------------
+ ------------------------------------------------
+ ------------------------------------------------
+2024-09-19 10:24:18,476 [3] INFO loginfo - Æô¶¯·þÎñ
+2024-09-19 10:25:03,406 [5] INFO loginfo - ¿ªÊ¼²¹Â¼
diff --git a/Supplement/bin/Debug/ServiceSupplement.exe b/Supplement/bin/Debug/ServiceSupplement.exe
index d2339ba..7ec1fa8 100644
Binary files a/Supplement/bin/Debug/ServiceSupplement.exe and b/Supplement/bin/Debug/ServiceSupplement.exe differ
diff --git a/Supplement/bin/Debug/ServiceSupplement.pdb b/Supplement/bin/Debug/ServiceSupplement.pdb
index 2598f3e..98258fd 100644
Binary files a/Supplement/bin/Debug/ServiceSupplement.pdb and b/Supplement/bin/Debug/ServiceSupplement.pdb differ
diff --git a/Supplement/obj/Debug/ServiceSupplement.exe b/Supplement/obj/Debug/ServiceSupplement.exe
index d2339ba..7ec1fa8 100644
Binary files a/Supplement/obj/Debug/ServiceSupplement.exe and b/Supplement/obj/Debug/ServiceSupplement.exe differ
diff --git a/Supplement/obj/Debug/ServiceSupplement.pdb b/Supplement/obj/Debug/ServiceSupplement.pdb
index 2598f3e..98258fd 100644
Binary files a/Supplement/obj/Debug/ServiceSupplement.pdb and b/Supplement/obj/Debug/ServiceSupplement.pdb differ
diff --git a/Supplement/obj/Debug/build.force b/Supplement/obj/Debug/build.force
deleted file mode 100644
index e69de29..0000000