From 2e37035392c187b26a09a2c2edcc6133e96532cc Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期四, 04 九月 2025 15:57:15 +0800
Subject: [PATCH] 1、收料通知单接口 2、采购订单接口加委外订单分录内码

---
 MES.Service/service/BasicData/MesSupplierManager.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MES.Service/service/BasicData/MesSupplierManager.cs b/MES.Service/service/BasicData/MesSupplierManager.cs
index bec3b07..6a1aa6a 100644
--- a/MES.Service/service/BasicData/MesSupplierManager.cs
+++ b/MES.Service/service/BasicData/MesSupplierManager.cs
@@ -90,9 +90,9 @@
     {
         var entity = new MesSupplier
         {
-            Id = string.IsNullOrEmpty(supplier.Id)
-                ? DateTimeOffset.UtcNow.ToUnixTimeSeconds()
-                : Convert.ToDecimal(supplier.Id),
+            // Id = string.IsNullOrEmpty(supplier.Id)
+            //     ? DateTimeOffset.UtcNow.ToUnixTimeSeconds()
+            //     : Convert.ToDecimal(supplier.Id),
             Type = supplier.Type,
             SuppNo = supplier.FNumber,
             SuppSname = supplier.FShortName,

--
Gitblit v1.9.3