😎添加注释

This commit is contained in:
bairubing 2024-12-20 16:56:36 +08:00
parent eadcd4cfa0
commit c8564a71f7

View File

@ -308,7 +308,7 @@ public class StockInquiryService : IDynamicApiController, ITransient
{
Objectid = objectid,
Code = apiOutput.Code,
RecordGuid = id.ToString(),
RecordGuid = id.ToString(),//在这个方法中使用RecordGuid字段作为id字段
Bdmng = apiOutput.Bdmng,
Labst = apiOutput.Labst,
ZwqslPo = apiOutput.ZwqslPo,
@ -368,7 +368,7 @@ public class StockInquiryService : IDynamicApiController, ITransient
fld006753 = item.ZwqslPr,
fld006755 = dateUpdated
})
.Where(it => it.idRecord == Convert.ToInt32(item.RecordGuid))
.Where(it => it.idRecord == Convert.ToInt32(item.RecordGuid))//在这个方法中使用RecordGuid字段作为id字段
.ExecuteCommandAsync();
}