曾超新 5 years ago
parent a2710b2a24
commit eb1830f1e9
  1. 2
      frontend/controllers/PhoneController.php

@ -278,7 +278,7 @@ class PhoneController extends \yii\web\Controller
//$b = new GiftCreateImageErrorT(); //$b = new GiftCreateImageErrorT();
$network_phone = NetworkPhoneT::findOne(['recorder_id'=>$recorder_id,'caller'=>$caller,'called'=>$called,'caller_show'=>$caller_show]); $network_phone = NetworkPhoneT::findOne(['recorder_id'=>$recorder_id,'caller'=>$caller,'called'=>$called,'caller_show'=>$caller_show]);
echo $network_phone; var_dump($network_phone);
exit; exit;
if(!$network_phone){ if(!$network_phone){

Loading…
Cancel
Save