north преди 7 години
родител
ревизия
d26620cb3a
променени са 2 файла, в които са добавени 2 реда и са изтрити 4 реда
  1. 2 2
      www/protected/modules/j/controllers/HouseKeepingController.php
  2. 0 2
      www/protected/modules/j/controllers/WebController.php

+ 2 - 2
www/protected/modules/j/controllers/HouseKeepingController.php

@@ -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());

+ 0 - 2
www/protected/modules/j/controllers/WebController.php

@@ -29,10 +29,8 @@ class WebController extends JBaseController {
 							$user->wx_have_follow = 1;
                             $user->source = '巾帼家政';
 							$user->update(array('source','wx_pub_openid','wx_have_follow'),true);
-							var_dump($user);exit;
 						}
 					}else{
-                        var_dump($user);exit;
 						$userAr  = new RUser();
 						$userAr->user_name = $userInfo['nickname'];
 						$userAr->avatar = $userInfo['headimgurl'];