重写点位业务的导入模块,修改重写在线开发接口的bug

This commit is contained in:
FanLian
2023-08-10 10:00:59 +08:00
parent 943cd5a0b2
commit 831a469617
4 changed files with 29 additions and 25 deletions

View File

@@ -63,7 +63,6 @@ namespace Tnb.WarehouseMgr
x.is_lock = 0;
x.carrystd_id = carryStdDic[x.carrystd_id].ToString() ?? throw new AppFriendlyException($"第{locs.IndexOf(x) + 1}行的载具规格有误", 500);
x.create_id = _userManager.UserId;
x.create_time = DateTime.Now;
x.modify_id = null;
x.modify_time = null;
x.is_mix = 1;