Accept Merge Request #224: (feature/hant -> develop)

Merge Request: 导出问题

Created By: @todayswind
Accepted By: @todayswind
URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/224?initial=true
This commit is contained in:
todayswind 2025-07-13 22:15:13 +08:00 committed by Coding
commit fe33f53bcd

View File

@ -55,7 +55,7 @@ class Order extends Backend
protected $items = null; protected $items = null;
protected $itemsformattedTree = null; protected $itemsformattedTree = null;
protected $noNeedRight = ['smart']; protected $noNeedRight = ['smart','export'];
public function _initialize() public function _initialize()
{ {