From 53cfafbd31d0534d0a6b030d0e06756a14b9b255 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Mon, 13 May 2024 10:13:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Service/mes/mm/MaterialInputService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Service/mes/mm/MaterialInputService.cs b/ZR.Service/mes/mm/MaterialInputService.cs index 8377c241..e5d4ab8d 100644 --- a/ZR.Service/mes/mm/MaterialInputService.cs +++ b/ZR.Service/mes/mm/MaterialInputService.cs @@ -91,7 +91,7 @@ namespace ZR.Service.mes.mm DayOfWeek dayOfWeek = datetimespan.DayOfWeek; int dayOfWeekNumber = (int)dayOfWeek; // 将 DayOfWeek 枚举转换为从 1 开始的数字 - + //todo 已经和正在配料的工单号和毛坯号不能变?????? int total = 0; List WorkorderList = Context.Queryable() .Where(it => it.Year == year)