Changeset 18821 for branches/version-2_5-dev/data
- Timestamp:
- 2010/09/22 15:36:18 (16 years ago)
- bzr:base-revision:
- [email protected]
- bzr:committer:
- Kentaro Ohkouchi <[email protected]>
- bzr:file-ids:
data/class/SC_Product.php 18277@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Fcomu-ver2%2Fdata%2Fclass%2FSC_Product.php
data/install.php 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Finstall.php
html/install/sql/insert_data.sql 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fhtml%2Finstall%2Fsql%2Finsert_data.sql- bzr:mapping-version:
- v4
- bzr:merge:
[email protected]- bzr:repository-uuid:
- 1e3b908f-19a9-db11-a64c-001125224ba8
- bzr:revision-id:
- [email protected]
- bzr:revno:
- 2304
- bzr:revprop:branch-nick:
- branches/version-2_5-dev
- bzr:root:
- branches/version-2_5-dev
- bzr:timestamp:
- 2010-09-22 15:36:15.023999929 +0900
- bzr:user-agent:
- bzr2.2.0+bzr-svn1.0.3
- svn:original-date:
- 2010-09-22T06:36:15.024000Z
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_Product.php
r18820 r18821 371 371 $whereCause = " WHERE " . $where; 372 372 } 373 373 /* 374 * point_rate は商品規格(dtb_products_class)ごとに保持しているが, 375 * 商品(dtb_products)ごとの設定なので MAX のみを取得する. 376 */ 374 377 $sql = <<< __EOS__ 375 378 ( … … 436 439 T4.stock_unlimited_min, 437 440 T4.stock_unlimited_max, 441 T4.point_rate, 438 442 T4.class_count 439 443 FROM dtb_products … … 450 454 MIN(stock_unlimited) AS stock_unlimited_min, 451 455 MAX(stock_unlimited) AS stock_unlimited_max, 456 MAX(point_rate) AS point_rate, 452 457 COUNT(*) as class_count 453 458 FROM dtb_products_class
Note: See TracChangeset
for help on using the changeset viewer.
