This commit is contained in:
2020-12-06 20:32:35 +08:00
parent 8182912f99
commit 1d8973015d
3 changed files with 7 additions and 7 deletions

View File

@ -443,8 +443,7 @@ class Users extends Base{
//二、当【助购值】的值小于设置的【全亮共欢迎您助购所得】值时,按【助购值】全值给予即可。
$sm = Model('common/SysSummary');
$vm = new UserVouchers();
// registerMaxGetProductCoupon
$get = (float)dataConf('helpSaleCouponsCalBase');
$get = (float)dataConf('registerMaxGetProductCoupon');
$ssm = Model('common/Table');
$ssm->setTable('sys_summary');
$toPayInfo = $ssm->getInfo(['id'=>1],'toPaySlow');