|
@@ -48,10 +48,16 @@ class dateControl extends BaseCronControl
|
|
|
*/
|
|
|
const ARRIVAL_NOTICE_NUM = 100;
|
|
|
|
|
|
+ public function indexOp()
|
|
|
+ {
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
/**
|
|
|
* 默认方法
|
|
|
*/
|
|
|
- public function indexOp()
|
|
|
+ public function index_orgOp()
|
|
|
{
|
|
|
//更新订单商品佣金值
|
|
|
$this->_order_commis_rate_update();
|