标准成本卷算,报如图错误!
金蝶云社区-周克英
周克英
0人赞赏了该文章 674次浏览 未经作者许可,禁止转载编辑于2016年04月27日 10:28:18
SqlDataRecord 枚举中没有记录。要发送不包含行的 table-valued parameter,请对该值改用 null 引用。 堆栈信息如下: 在 System.Data.SqlClient.TdsParser.TdsExecuteRPC(SqlCommand cmd, _SqlRPC[] rpcArray, Int32 timeout, Boolean inSchema, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj, Boolean isCommandProc, Boolean sync, TaskCompletionSource`1 completion, Int32 startRpc, Int32 startParam)
在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
在 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
在 Kingdee.BOS.App.Data.AbstractDatabase.DoExecuteReader(DbCommand command, CommandBehavior cmdBehavior)
在 Kingdee.BOS.App.Data.AbstractDatabase.ExecuteReader(DbCommand command, IEnumerable`1 paramList, CommandBehavior cmdBehavior, Boolean bNewCn)
在 Kingdee.BOS.App.Data.AbstractDatabase.ExecuteReader(DbCommand command, IEnumerable`1 paramList, CommandBehavior cmdBehavior)
在 Kingdee.BOS.App.Data.DBUtils.ExecuteReader(Context ctx, String strSQL, IEnumerable`1 paramList, CommandType cmdtype, CommandBehavior cmdBehavior, Boolean bNewCn)
在 Kingdee.BOS.App.Data.DBUtils.ExecuteReader(Context ctx, String strSQL, IEnumerable`1 paramList, CommandType cmdtype, Boolean bNewCn)
在 Kingdee.BOS.App.Data.DBUtils.ExecuteReader(Context ctx, String strSQL, List`1 paramList)
在 Kingdee.K3.FIN.CA.App.Core.CostRollup.PlugIn.BOM.BomForwardExpandMemServicePlugIn.GetBomCostSet(Context ctx, IEnumerable`1 materialIds)
在 Kingdee.K3.FIN.CA.App.Core.CostRollup.PlugIn.BOM.BomForwardExpandMemServicePlugIn.AfterCreateExpandResult(BomExpandDataEventArgs e)
在 Kingdee.K3.MFG.ENG.App.Core.BomExpand.PlugInProxy.BomExpandMemPlugInProxy.FireAfterCreateExpandResult(BomExpandDataEventArgs e)
在 Kingdee.K3.MFG.ENG.App.Core.BomExpand.ImplMem.BomExpandMemStrategy.AfterProcessBomExpandData(IEnumerable`1 bomExpandRows, DynamicObjectCollection entryDataEntities)
在 Kingdee.K3.MFG.ENG.App.Core.BomExpand.ImplMem.BomExpandMemStrategy.AddBomChildToResult(Context ctx, DynamicObject bomExpandDataObject, BomExpandResult bomExpandRow, BomView bomBillDataView, BomExpandOption option)
在 Kingdee.K3.MFG.ENG.App.Core.BomExpand.ImplMem.BomExpandMemStrategy.DoBomExpandCore(Context ctx, DynamicObject bomExpandDataObject, IEnumerable`1 bomExpandRows, BomExpandOption option, Boolean isParent)
在 Kingdee.K3.MFG.ENG.App.Core.BomExpand.ImplMem.BomExpandMemStrategy.DoBomExpand()
在 Kingdee.K3.MFG.ENG.App.Core.BomExpandMemService.ExpandBomForward(Context ctx, List`1 lstBomOpenSource, MemBomExpandOption option, AbstractBomExpandStrategy bomExpandStrategy)
在 Kingdee.K3.MFG.ENG.App.Core.BomExpandMemService.ExpandBomForward(Context ctx, List`1 lstBomOpenSource, MemBomExpandOption option)
在 Kingdee.K3.MFG.ENG.App.Core.BomQueryService.GetBomQueryForwardResult(Context ctx, List`1 sourceData, MemBomExpandOption_ForPSV option)
在 Kingdee.K3.FIN.CA.App.Core.CostRollup.PlugIn.BOM.BomForwardPlugIn.GetBomForwardRollupMaterial(CostRollupParameter e)
在 Kingdee.K3.FIN.CA.App.Core.CostRollup.PlugIn.BOM.BomForwardPlugIn.ExecutionService(CostRollupParameter e)
在 Kingdee.K3.FIN.CA.App.Core.CostRollup.PlugIn.ExecutePlugIn.ExecutionService(CostRollupParameter e, List`1 pulgIns)
在 Kingdee.K3.FIN.CA.App.Core.CostRollup.PlugIn.ExecutePlugIn.Execute(CostRollupParameter e, List`1 pulgIns, String pythonPlugIn)