😎OA创建、修改项目新增fld005753字段

This commit is contained in:
bairubing 2024-10-31 09:34:31 +08:00
parent 9ff87463ba
commit 9173817ad6
2 changed files with 2 additions and 0 deletions

View File

@ -815,5 +815,6 @@ public class Obj109
public string fld005281 { get; set; }
public string fld005299 { get; set; }
public string fld005300 { get; set; }
public string fld005753 { get; set; }
}

View File

@ -100,6 +100,7 @@ public class OaOpenInterfaceService : IDynamicApiController, ITransient
fieldList.Add(new Field { key = "fld004510", value = "A" });
fieldList.Add(new Field { key = "fld004514", value = "A" });
fieldList.Add(new Field { key = "fld004517", value = "A" });
fieldList.Add(new Field { key = "fld005753", value = "OA" });
var fieldGroupValue = await _fieldGroupDefaultRep.AsQueryable().Where(x => x.GroupObjid == input.object_id).ToListAsync();