Commit 5699d9c3 authored by liudong1993's avatar liudong1993

1

parent 86c21ebe
......@@ -348,6 +348,7 @@ namespace Mall.Module.Property
demodel.MallBaseId = mallBaseId;
demodel.FinanceId = 0;
demodel.SupplierName = sModel.Name ?? "";
demodel.StockInStatus = 1;
var trans = procurementRepository.DbTransaction;
try
......@@ -371,7 +372,8 @@ namespace Mall.Module.Property
RB_Branch_Id = eRPBranchId,
RB_Group_Id = eRPGroupId,
Status = 0,
TenantId = tenantId
TenantId = tenantId,
StockInNum = 0
}, trans);
}
property_LogRepository.Insert(new Model.Entity.Property.RB_Property_Log()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment