Changes between Version 9 and Version 10 of Ticket #101
- Timestamp:
- 04/23/2012 06:13:12 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #101 – Description
v9 v10 89 89 where z.company_id = a.user_id and z.brand_id = a.type_id and z.small_type_id = c.id and z.big_type_id = c.parent_id 90 90 ) 91 -- 删除不符合的关系,包括已删除、否决等 92 delete from ent_company_product_line a 93 where not exists( 94 select b.id from ent_product b, ent_product_item c 95 where b.id = c.company_product_id and a.company_id = b.user_id and a.brand_id = b.type_id 96 and c.status <=1 97 ) 91 98 }}}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/global/2008/images/jss/m_logo091125.jpg)