|
|
@ -99,7 +99,7 @@ namespace Win.Sfs.SettleAccount.Entities.HQ_H |
|
|
|
_bomList.Add(new HQ_H_PlatformVersion(_id, branchId, year, period, version, customerCode)); |
|
|
|
foreach (var itm in entityList) |
|
|
|
{ |
|
|
|
if (string.IsNullOrEmpty(itm.HQHKanBan) && itm.StorageLocationDesc.Contains("备品库")) |
|
|
|
if (string.IsNullOrEmpty(itm.HQHKanBan) && itm.StorageLocationDesc.Contains("备品")) |
|
|
|
{ |
|
|
|
//赋值上主键ID
|
|
|
|
itm.SetValue(GuidGenerator.Create(), branchId, year, period, version, "BJ");//备品库没有看板号,需要特殊标识一下BJ,已经和客户确认
|
|
|
|