调用标准接口分配数据报该字符串未被识别为有效的DateTime
金蝶云社区-臧林林
臧林林
0人赞赏了该文章 1,066次浏览 未经作者许可,禁止转载编辑于2017年06月09日 11:15:46

代码如下:
AllocateParameter para = new AllocateParameter(bomConfigView.BusinessInfo, meta.InheritPath, creatOrgId,
BOSEnums.Enu_AllocateType.Allocate, "Allocate")
{
DestOrgId = destOrgId,
PkId = new List() { pkId }
};
IOperationResult operationResult = BusinessDataServiceHelper.Allocate(base.Context, para);