Changeset 22717
- Timestamp:
- 2013/03/10 11:47:57 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_13-tax/data/class/helper/SC_Helper_TaxRule.php
r22716 r22717 282 282 } 283 283 $table = 'dtb_tax_rule'; 284 $objQuery->setOrder('tax_rule_id DESC'); 284 // 適用日時順に更新 285 $objQuery->setOrder('apply_date DESC'); 285 286 $arrRet = $objQuery->select($col, $table, $where); 286 287 return $arrRet;
Note: See TracChangeset
for help on using the changeset viewer.