From 2a0ac6f8783c138a3fa3937e0594ae339260f5e3 Mon Sep 17 00:00:00 2001 From: zjh <2207896513@qq.com> Date: 星期五, 21 二月 2025 14:22:52 +0800 Subject: [PATCH] 1、Llj接口添加物料标识(FIRST)返回,0:非首次、1:首次 --- StandardPda/MES.Service/service/BasicData/SysDepartmentManager.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/StandardPda/MES.Service/service/BasicData/SysDepartmentManager.cs b/StandardPda/MES.Service/service/BasicData/SysDepartmentManager.cs index 3219bff..328ff70 100644 --- a/StandardPda/MES.Service/service/BasicData/SysDepartmentManager.cs +++ b/StandardPda/MES.Service/service/BasicData/SysDepartmentManager.cs @@ -83,7 +83,7 @@ throw new NotImplementedException("鍒犻櫎澶辫触"); } - + ///鏂颁唬鐮� // 鎻掑叆鎴栨洿鏂伴儴闂ㄧ殑鏂规硶 private bool InsertOrUpdateDepartment(SqlSugarScope db, -- Gitblit v1.9.3