shish hace 1 año
padre
commit
ced7b4facf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-mall/controllers/BaseController.php

+ 1 - 1
app-mall/controllers/BaseController.php

@@ -67,7 +67,7 @@ class BaseController extends PublicController
                             util::fail('不是你的花店,无法访问哦');
                             util::fail('不是你的花店,无法访问哦');
                         }
                         }
                         if ($shopId != $hd->shopId) {
                         if ($shopId != $hd->shopId) {
-                            util::fail('花店信息有问题哦');
+                            util::fail('花店信息有问题哦,编号' . $shopId . ',' . $hd->shopId);
                         }
                         }
                         $this->hd = $hd;
                         $this->hd = $hd;
                         $customId = $hd->customId ?? 0;
                         $customId = $hd->customId ?? 0;