Explorar el Código

feat: EK-3320: 订单增加 Invoice 下载

zhangl hace 2 meses
padre
commit
3c40b85196
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      backendApi/modules/v1/models/lists/shop/OrderList.php

+ 1 - 0
backendApi/modules/v1/models/lists/shop/OrderList.php

@@ -384,6 +384,7 @@ class OrderList extends \common\libs\dataList\DataList implements DataListInterf
                         return $row['AUTO_MAINTENANCE'] == 1 ? \Yii::t('ctx', 'yes') : \Yii::t('ctx', 'no');
                     },
                 ],
+                'INVOICE_REMARK' => null,
             ];
         }
         return $this->columns;