|
@@ -138,7 +138,7 @@ class HouseKeepingController extends JBaseController
|
|
|
$c = new EMongoCriteria();
|
|
|
$c->store_id('==',$h->store_id);
|
|
|
$store = Store::model()->find($c);
|
|
|
- /*CommonSMS::send('jinguo_order_retrieve', array(
|
|
|
+ CommonSMS::send('jinguo_order_retrieve', array(
|
|
|
'user_name' => $h->user_name,
|
|
|
'year' => date('Y',$h->status_time),
|
|
|
'month' => date('m',$h->status_time),
|
|
@@ -150,7 +150,7 @@ class HouseKeepingController extends JBaseController
|
|
|
'address' => $store->address,
|
|
|
'phone' => $store->mobile,
|
|
|
'mobile' => $h->mobile,
|
|
|
- ));*/
|
|
|
+ ));
|
|
|
|
|
|
}
|
|
|
CommonFn::requestAjax($success, '修改成功', array());
|