yingzi 2 years ago
parent
commit
2dcf8d1dd4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Model/Cashier/MCashier.Class.php

+ 1 - 0
Model/Cashier/MCashier.Class.php

@@ -751,6 +751,7 @@ class MCashier
                 ON u.id = c.userCenterId 
                 AND u.mobile = ' . $mobile . ' LIMIT 1';
         $customerInfo = $objDCustomer->query($sql);
+        var_dump($customerInfo);
         if ($customerInfo === false) {
             return ResultWrapper::fail($objDCustomer->error(), ErrorCode::$dberror);
         }