导出问题

This commit is contained in:
hant 2025-07-13 22:14:29 +08:00
parent 08b897dee1
commit 8f397730d3

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()
{ {