id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	due_date
74	查看频道文章是否跟产品关联的方法	huangxianduan		"文章：http://apk.pconline.com.cn/heji/soft/1112/2608402.html
ulr最后的数字（2608402）就是文章的id，可以拿这个id查看cms的文章跟产品关联的关系表：
 {{{
 select * from tblarticleproduct t where t.article_id=2608402;
 }}}
 [[Image(ticket:74:articleProduct.jpg)]]
* 不用麻烦cms的同事，直接找DBA查看数据就可以知道文章跟产品的关联关系"	故障	closed	major		产品库	报价库4.0	fixed	文章		07/12/2011
