소스 검색

feature/EK-3320

ryan 1 개월 전
부모
커밋
3ada452007
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      backendApi/modules/v1/models/lists/shop/OrderList.php

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

@@ -385,6 +385,7 @@ class OrderList extends \common\libs\dataList\DataList implements DataListInterf
                     },
                 ],
                 'INVOICE_REMARK' => null,
+                'METHOD' => null,
             ];
         }
         return $this->columns;