|
|
|
@ -358,7 +358,7 @@ class PaymentController extends BaseController
|
|
|
|
|
//获取自身
|
|
|
|
|
$remark = ($oldInfo['remark'] .'该打款由线上转为线下付款,原支付宝用户:'. $company_info['ali_user'].',支付宝账号为:'.$company_info['ali_account']);
|
|
|
|
|
//修改自身
|
|
|
|
|
$res = M("company_statement_info","tab_")->where("id = {$id}")->save(['verify_status' => 2, 'pay_check' => 0, 'pay_check_member_id' => 0, 'pay_check_time' => 0, 'remark' => $remark]);
|
|
|
|
|
$res = M("company_statement_info","tab_")->where("id = {$id}")->save(['verify_status' => 2,'pay_status'=>0,'pay_time'=>0,'pay_info'=>'','pay_check' => 0, 'pay_check_member_id' => 0, 'pay_check_time' => 0, 'remark' => $remark]);
|
|
|
|
|
if(empty($res)){
|
|
|
|
|
$this->ajaxReturn(['status' =>0 ,'msg'=>'转换失败','data'=>[]]);
|
|
|
|
|
}
|
|
|
|
|