From 6e756de136755787168a4b62a70e77b98c69a54f Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期三, 24 十二月 2025 13:51:12 +0800
Subject: [PATCH] 1

---
 项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Jobs/QuartzJobMildd.cs |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_WMSServer/Jobs/QuartzJobMildd.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_WMSServer/Jobs/QuartzJobMildd.cs"
index e179ff3..09e3e2e 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_WMSServer/Jobs/QuartzJobMildd.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_WMSServer/Jobs/QuartzJobMildd.cs"
@@ -21,20 +21,20 @@
             {
                 var allQzServices = new List<TasksQz>()
                 {
-                    //new TasksQz()
-                    //{
-                    //     Id = 1,
-                    //     AssemblyName = "WIDESEA_WMSServer",
-                    //     ClassName = "AgvTaskJob",
-                    //     CreateTime = DateTime.Now,
-                    //     IntervalSecond = 3,
-                    //     IsDeleted = false,
-                    //     IsStart = false,
-                    //     JobGroup = "WIDESEA_WMSServer",
-                    //     Name = "AgvTaskJob",
-                    //     TriggerType = 0
-                    //},
-                   
+                    new TasksQz()
+                    {
+                         Id = 1,
+                         AssemblyName = "WIDESEA_WMSServer",
+                         ClassName = "AgvTaskJob",
+                         CreateTime = DateTime.Now,
+                         IntervalSecond = 3,
+                         IsDeleted = false,
+                         IsStart = false,
+                         JobGroup = "WIDESEA_WMSServer",
+                         Name = "AgvTaskJob",
+                         TriggerType = 0
+                    },
+
                 };
                 foreach (var item in allQzServices)
                 {

--
Gitblit v1.9.3