setter
parent
fa6a543227
commit
ece2603df8
|
@ -51,7 +51,7 @@ class Coupon extends Base
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$whereMap = [];
|
$whereMap = [];
|
||||||
$sortOrder = ['id' => 'desc'];
|
$sortOrder = ['is_verificated'=>'asc','id' => 'desc'];
|
||||||
$fields = [
|
$fields = [
|
||||||
'id',
|
'id',
|
||||||
'is_verificated as isVerificated',
|
'is_verificated as isVerificated',
|
||||||
|
|
|
@ -22,7 +22,7 @@ class CouponMain extends Base
|
||||||
|
|
||||||
const on_screen_yes = 1;//展示到商圈大屏
|
const on_screen_yes = 1;//展示到商圈大屏
|
||||||
const on_screen_no = 0;//不展示到商圈大屏
|
const on_screen_no = 0;//不展示到商圈大屏
|
||||||
|
|
||||||
const min_consumer_money = 0.3;//红包最小金额
|
const min_consumer_money = 0.3;//红包最小金额
|
||||||
|
|
||||||
public function business()
|
public function business()
|
||||||
|
|
Loading…
Reference in New Issue