错误修改

This commit is contained in:
2025-09-25 03:42:21 +08:00
parent 423f0cf7a4
commit a71257de2f
2 changed files with 6 additions and 6 deletions

View File

@@ -587,6 +587,7 @@ class UserData extends Model
//绑定的详情
public function bind_xinxi_detail($user_id,$type)
{
$data = null;
if($type == 2){
$data = db::name('user_data')->where('user_id',$user_id)->field('id,alipay_name,alipay_account')->find();
}