Browse Source

修改bug

pengchanglu 3 years ago
parent
commit
efcf3bac9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/admin/controller/Dashboard.php

+ 1 - 1
application/admin/controller/Dashboard.php

@@ -23,7 +23,7 @@ class Dashboard extends Backend
     //定义协会 进出
     //定义协会 进出
     protected $_assoc = [
     protected $_assoc = [
         'out'=>[1,2],//安徽协会 产地
         'out'=>[1,2],//安徽协会 产地
-        'in'=>[5],//上海协会 销售地
+        'in'=>[4],//上海协会 销售地
     ];
     ];
 
 
     /**
     /**