|
|
@@ -87,7 +87,7 @@ class CouponRulesLists extends BaseAdminDataLists implements ListsSearchInterfac
|
|
|
$query->field('id,name');
|
|
|
}])->where($this->searchWhere)
|
|
|
->where($this->queryWhere())
|
|
|
- ->field(['id', 'amount', 'amount_require', 'begin_use', 'discount_ratio', 'event_name', 'expire_time', 'max_deductible_price', 'mold_type', 'server_category_name', 'voucher_status', 'voucher_count'])
|
|
|
+ ->field(['id', 'amount', 'coupon_type','amount_require', 'begin_use', 'discount_ratio', 'event_name', 'expire_time', 'max_deductible_price', 'mold_type', 'server_category_name', 'voucher_status', 'voucher_count'])
|
|
|
->limit($this->limitOffset, $this->limitLength)
|
|
|
->order(['id' => 'desc'])
|
|
|
->select()
|