Changes between Version 3 and Version 5 of Ticket #93
- Timestamp:
- 06/11/2012 02:27:23 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #93
- Property Status changed from new to closed
- Property Resolution changed from to fixed
-
Ticket #93 – Description
v3 v5 22 22 1、查出需要在索引页露出的配置项,示例sql(手机小类)如下: 23 23 {{{ 24 24 25 select * from (select * from pdl_config_item where group_flag=1 and config_id=20937 order by order_key asc, id) where rownum<=6 26 25 27 }}} 26 28 2、循环上一步返回的配置项结果集,根据配置项id去查对应的自定义查询项, 27 29 示例sql(手机小类)如下: 30 28 31 {{{ 32 29 33 select * from pdl_defined_criteria t where t.group_flag = 1 and t.item_id = ? order by t.order_key asc 34 30 35 }}} 36 31 37 32 38 二、如何根据筛选项查询产品
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)