正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -110,7 +110,7 @@ class WithdrawalController extends AdminBaseController{ | @@ -110,7 +110,7 @@ class WithdrawalController extends AdminBaseController{ | ||
110 | public function withd_through(){ | 110 | public function withd_through(){ |
111 | 111 | ||
112 | $money_expend = Db::name('money_expend') -> where('id',$_POST['id']) -> find(); | 112 | $money_expend = Db::name('money_expend') -> where('id',$_POST['id']) -> find(); |
113 | - $third_party = Db::name('third_party') -> where('user_id',$money_expend['uid']) -> find(); | 113 | + $third_party = Db::name('third_party_user') -> where('user_id',$money_expend['uid']) -> find(); |
114 | $result = $this -> merchantPay($third_party['openid'],'',$money_expend['money'],'企业付款'); | 114 | $result = $this -> merchantPay($third_party['openid'],'',$money_expend['money'],'企业付款'); |
115 | dump($result);die; | 115 | dump($result);die; |
116 | } | 116 | } |
-
请 注册 或 登录 后发表评论