2
This commit is contained in:
parent
63a988c828
commit
72d0ec0bbf
@ -12,7 +12,9 @@ class SysSummary extends Base{
|
|||||||
$noticeData['fastScale'] = $fastScale;
|
$noticeData['fastScale'] = $fastScale;
|
||||||
$noticeData['createTime'] = time();
|
$noticeData['createTime'] = time();
|
||||||
Db::name('sys_notice')->insert($noticeData);
|
Db::name('sys_notice')->insert($noticeData);
|
||||||
$this->addSysSummary($payFastNum,0);
|
// 原:当购户“预获优惠券”、“预获产品券”的值同时≤15元时,所获“已获优惠券”、“已获产品券”转入代快付值
|
||||||
|
// 改为:当购户“预获优惠券”、“预获产品券”的值同时≤15元时,所获“已获优惠券”、“已获产品券”转入代慢付值
|
||||||
|
$this->addSysSummary(0, $payFastNum);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* 添加系统数据
|
* 添加系统数据
|
||||||
|
Loading…
x
Reference in New Issue
Block a user