【问】供应商采购查询却没有数据 | ||
【适用版本】商锐9 | 【模块】档案管理 | 【点击数】27 |
【知识编号】P2016022500037 | ||
【问题描述】供应商210081,在采购查询那边,10月份是有采购数据的,但是为什么在决策那边的供应商采购查询却没有数据 |
use hbposev9_branch
go
select a.supcust_no, b.main_sup,a.* from t_im_flow a ,t_da_jxc_daysum b
where a.trans_no=’PI’ and a.supcust_no like ‘210083%’
and convert(char(10),a.oper_date,121) between ‘2015-10-01’ and ‘2015-10-31’
and a.item_no = b.item_no
and convert(char(10),a.oper_date,121) = b.oper_date
and b.main_sup <> a.supcust_no–如下是查询,是否有修改过商品档案的供应商记录(提示请在总部查询)
use hbposev9
select * from t_bd_item_update_flow where memo like ‘%210083%’
select * from t_sys_operator_log where memo like ‘%210083%’