shish 1 년 전
부모
커밋
fbbbf58510
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app-ghs/controllers/ShopController.php

+ 1 - 1
app-ghs/controllers/ShopController.php

@@ -141,7 +141,7 @@ class ShopController extends BaseController
         $id = $post['id'] ?? 0;
         $shop = ShopService::getById($id);
         if (empty($shop)) {
-            util::fail('没有找到门店65');
+            util::fail('没有找到门店,编号657701');
         }
         $staff = $this->shopAdmin;
         if (isset($staff->finance) == false || $staff->finance == 0) {