This commit is contained in:
todaywindy 2025-06-10 10:45:13 +08:00
parent adf2671b1c
commit a2ee16a277

View File

@ -41,6 +41,8 @@ class Order extends Backend
protected $items = null;
protected $itemsformattedTree = null;
protected $noNeedRight = ['smart'];
public function _initialize()
{
parent::_initialize();