Browse Source

Merge branch 'wugg' of wugg/phpstock into version1.5

wugg 2 years ago
parent
commit
003a7be71c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Goodup.php

+ 1 - 1
app/admin/controller/Goodup.php

@@ -124,7 +124,7 @@ class Goodup extends Base
             }
             $check = checkRole($useinfo['roleid'],115);
             if($check){
-                $where[] .=['createrid', "=" ,$rm];
+                $where[]=['createrid', "=" ,$rm];
             }
         }