正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论