- Timestamp:
- 2008/01/09 17:07:57 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/SC_CustomerList.php
r16582 r16968 325 325 //カテゴリーで絞込みが可能の場合 326 326 if($tmp_where != "") { 327 $this->setWhere( " customer_id IN (SELECT distinct customer_id FROM dtb_order WHERE order_id IN (SELECT distinct order_id FROM dtb_order_detail WHERE product_id IN (SELECT product_id FROM dtb_product s WHERE ".$tmp_where." ))) ");327 $this->setWhere( " customer_id IN (SELECT distinct customer_id FROM dtb_order WHERE order_id IN (SELECT distinct order_id FROM dtb_order_detail WHERE product_id IN (SELECT product_id FROM dtb_product_categories WHERE ".$tmp_where." ))) "); 328 328 $this->arrVal = array_merge((array)$this->arrVal, (array)$tmp_arrval); 329 329 }
Note: See TracChangeset
for help on using the changeset viewer.
