|
|
@@ -2,6 +2,7 @@
|
|
|
namespace backendApi\modules\v1\models\lists\shop;
|
|
|
|
|
|
use common\helpers\Cache;
|
|
|
+use common\helpers\LoggerTool;
|
|
|
use common\helpers\Tool;
|
|
|
use common\helpers\user\Info;
|
|
|
use common\libs\dataList\DataListInterface;
|
|
|
@@ -73,6 +74,8 @@ class OrderList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
'pageSize' => $pagination->pageSize,
|
|
|
];
|
|
|
|
|
|
+ LoggerTool::info($this->listData['list']);
|
|
|
+
|
|
|
foreach ($this->listData['list'] as $key => $value) {
|
|
|
$CREATE_USER_ID = Info::getUserIdByUserName($value['CREATE_USER']);
|
|
|
$this->listData['list'][$key]['DEC_USER_NAME'] = Info::getUserNameByUserId($value['DEC_USER_ID']);
|