作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

修改问题文档

@@ -71,7 +71,7 @@ class Notify extends Frontend @@ -71,7 +71,7 @@ class Notify extends Frontend
71 if($user['expiration_time'] > time()){ 71 if($user['expiration_time'] > time()){
72 $arr1['expiration_time'] = $user['expiration_time'] + (365*24*60*60); 72 $arr1['expiration_time'] = $user['expiration_time'] + (365*24*60*60);
73 } 73 }
74 - Db::name('user_province')->where(['id'=>$user_province])->update($arr1); 74 + Db::name('user_province')->where(['id'=>$user_province['id']])->update($arr1);
75 }else{ 75 }else{
76 Db::name('user_province')->insert($arr1); 76 Db::name('user_province')->insert($arr1);
77 } 77 }
@@ -127,7 +127,7 @@ class WechatPay extends HomeBase @@ -127,7 +127,7 @@ class WechatPay extends HomeBase
127 if($user['expiration_time'] > time()){ 127 if($user['expiration_time'] > time()){
128 $arr1['expiration_time'] = $user['expiration_time'] + (365*24*60*60); 128 $arr1['expiration_time'] = $user['expiration_time'] + (365*24*60*60);
129 } 129 }
130 - Db::name('user_province')->where(['id'=>$user_province])->update($arr1); 130 + Db::name('user_province')->where(['id'=>$user_province['id']])->update($arr1);
131 }else{ 131 }else{
132 Db::name('user_province')->insert($arr1); 132 Db::name('user_province')->insert($arr1);
133 } 133 }