1、库位导入代码调整
2、电梯通信代码调整
This commit is contained in:
@@ -5,6 +5,8 @@ using JNPF.FriendlyException;
|
||||
using JNPF.VisualDev;
|
||||
using JNPF.VisualDev.Entitys.Dto.VisualDev;
|
||||
using Mapster;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using SqlSugar;
|
||||
using Tnb.BasicData.Entities;
|
||||
using Tnb.WarehouseMgr.Entities;
|
||||
@@ -117,7 +119,7 @@ namespace Tnb.WarehouseMgr
|
||||
l.org_id = orgId;
|
||||
l.location_name = l.location_code;
|
||||
l.is_lock = 0;
|
||||
l.carrystd_id = carryStdDic[l.carrystd_id]?.ToString()!;
|
||||
l.carrystd_id = JsonConvert.SerializeObject(new[] { carryStdDic[l.carrystd_id]?.ToString()! });
|
||||
l.wh_id = whDic[l.wh_id]?.ToString()!;
|
||||
l.region_id = rgDic[l.region_id]?.ToString();
|
||||
l.create_id = userId;
|
||||
|
||||
Reference in New Issue
Block a user