永洪社区
标题:
调用SQL sever 存储过程未显示数据
[打印本页]
作者:
liran
时间:
2021-7-21 09:52
标题:
调用SQL sever 存储过程未显示数据
{
call ufdata_001_2019.dbo.ST_InventoryAge
(
?
{
CurrentDate
}
,
?
{
StockStartDate
}
,
?
{
InventoryCondition
}
,
?
{
VoucherCondition
}
,
?
{
IsIncRedOutVoucher
}
,
?
{
IsIncUnVeriVoucher
}
,
?
{
AssComUnitNo
}
,
?
{
TempTableName
}
,
?
{
includetransvouch
}
,
?
{
CalOutDate
}
,
?
{
bModyStock
}
)
}
SELECT
*
FROM
tempdb..InvAge_001
where
cwhcode
in
(
'110101'
,
'130499'
)
根据帮助中心的提示,同时也设置了参数能正常运行,没有报错但是却没有显示数据;在navicat中能正常显示数据。不知问题出在哪?
欢迎光临 永洪社区 (https://club.yonghongtech.com/)
Powered by Discuz! X3.4