|
@@ -511,7 +511,7 @@ class Payment extends BaseController
|
|
|
if($data==false){
|
|
|
return error_show(1004,"未能找到对应数据");
|
|
|
}
|
|
|
- if($data['status']==4){
|
|
|
+ if($data['status']==3){
|
|
|
return error_show(1004,"对账单已审核通过");
|
|
|
}
|
|
|
$cgdNo = Db::name("pay_info")->where(["payNo"=>$payNo,"is_del"=>0])->column("cgdNo");
|