Jelajahi Sumber

分期扣款队列,时间改为10号前

lcl 1 tahun lalu
induk
melakukan
958c4de0fb
6 mengubah file dengan 5 tambahan dan 5 penghapusan
  1. 1 1
      AppStart/Helper/InstallmentDeductionService.cs
  2. TEMPAT SAMPAH
      BLL/LitJSON.dll
  3. TEMPAT SAMPAH
      BLL/MySystemLib.dll
  4. TEMPAT SAMPAH
      BLL/Newtonsoft.Json.dll
  5. TEMPAT SAMPAH
      BLL/ThoughtWorks.QRCode.dll
  6. 4 4
      MySystem.csproj

+ 1 - 1
AppStart/Helper/InstallmentDeductionService.cs

@@ -28,7 +28,7 @@ namespace MySystem
         {
             while (true)
             {
-                if (DateTime.Now.Day == 20 && DateTime.Now.Hour > 2 && DateTime.Now.Hour < 19)
+                if (DateTime.Now.Day <= 10 && DateTime.Now.Hour > 2 && DateTime.Now.Hour < 19)
                 {
                     try
                     {

TEMPAT SAMPAH
BLL/LitJSON.dll


TEMPAT SAMPAH
BLL/MySystemLib.dll


TEMPAT SAMPAH
BLL/Newtonsoft.Json.dll


TEMPAT SAMPAH
BLL/ThoughtWorks.QRCode.dll


+ 4 - 4
MySystem.csproj

@@ -34,19 +34,19 @@
       <HintPath>BLL\aliyun-net-sdk-core.dll</HintPath>
     </Reference>
     <Reference Include="LitJSON">
-      <HintPath>..\..\MySystemLib\MySystemLib\bin\Release\netcoreapp3.0\LitJSON.dll</HintPath>
+      <HintPath>BLL\LitJSON.dll</HintPath>
     </Reference>
     <Reference Include="Newtonsoft.Json">
-      <HintPath>..\..\MySystemLib\MySystemLib\bin\Release\netcoreapp3.0\Newtonsoft.Json.dll</HintPath>
+      <HintPath>BLL\Newtonsoft.Json.dll</HintPath>
     </Reference>
     <Reference Include="ThoughtWorks.QRCode">
-      <HintPath>..\..\MySystemLib\MySystemLib\bin\Release\netcoreapp3.0\ThoughtWorks.QRCode.dll</HintPath>
+      <HintPath>BLL\ThoughtWorks.QRCode.dll</HintPath>
     </Reference>
     <Reference Include="Aliyun.OSS">
       <HintPath>BLL\Aliyun.OSS.dll</HintPath>
     </Reference>
     <Reference Include="MySystemLib">
-      <HintPath>..\..\MySystemLib\MySystemLib\bin\Release\netcoreapp3.0\MySystemLib.dll</HintPath>
+      <HintPath>BLL\MySystemLib.dll</HintPath>
     </Reference>
   </ItemGroup>
   <ItemGroup>