From 5ff68c7d3a3ced4a9e1fbce1d739b545c0f28196 Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周日, 24 11月 2024 14:43:04 +0800 Subject: [PATCH] 22 --- CC/iWareCC_ASRS/FormCC.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CC/iWareCC_ASRS/FormCC.cs b/CC/iWareCC_ASRS/FormCC.cs index b423e3d..7bfd72c 100644 --- a/CC/iWareCC_ASRS/FormCC.cs +++ b/CC/iWareCC_ASRS/FormCC.cs @@ -5,6 +5,7 @@ using iWareCC.SrmService; using iWareCC.StationService; using iWareCC.ThreadService; +using iWareCC.ThreadService._03_BZ12_鏈哄櫒浜虹爜鍖呭伐浣峗; using iWareCC.WCF; using iWareCommon.Common.Globle; using iWareCommon.Utils; @@ -237,8 +238,9 @@ new Thread(DataProcess_269.Handler).Start(); - new Thread(DataProcess_BZ39.Handler).Start(); - + new Thread(DataProcess_BZ39.Handler).Start(); + new Thread(DataProcess_BZ12.Hander).Start(); + new Thread(DataProcess_BZ12_FinishTask.Handler).Start(); new Thread(DeleteData).Start(); -- Gitblit v1.9.3