Browse Source

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

wugg 2 years ago
parent
commit
9a91a7bf12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/command/ImportOrderFromCHandleData.php

+ 1 - 1
app/command/ImportOrderFromCHandleData.php

@@ -413,7 +413,7 @@ class ImportOrderFromCHandleData extends Command
                                 if ($ou == false) throw new Exception('发货地址添加创建失败');
                                 else {
                                 	    //修改状态,添加待办
-		                            $roleid = config('app.wsm_cgder_role');
+		                            $roleid = Config('app.wsm_cgder_role');
 		                            $uids = Db::name('user_role')
 		                                ->where('is_del', 0)
 		                                ->whereIn('roleid', $roleid)