wesmiler 3 ماه پیش
والد
کامیت
4d4c973f08
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      app/Services/Common/StoreService.php

+ 4 - 0
app/Services/Common/StoreService.php

@@ -229,6 +229,7 @@ class StoreService extends BaseService
             $data['address'] = '';
             $data['address'] = '';
         }
         }
 
 
+
         return parent::edit($data);
         return parent::edit($data);
     }
     }
 
 
@@ -328,6 +329,9 @@ class StoreService extends BaseService
 
 
                 DB::commit();
                 DB::commit();
 
 
+                // 清除绑定显示商家参数,从而重新获取
+                RedisService::keyDel("caches:storeId:id*");
+
                 $this->error = '审核通过,管理账号:' . $username . ',密码:' . $password;
                 $this->error = '审核通过,管理账号:' . $username . ',密码:' . $password;
                 return true;
                 return true;
             } catch (\Exception $e) {
             } catch (\Exception $e) {