重写点位业务的导入模块,修改重写在线开发接口的bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user