| | |
| | | orderCouponId: res.orderCouponId ? Number(res.orderCouponId) : null, |
| | | registerCouponId: res.registerCouponId ? Number(res.registerCouponId) : null, |
| | | registerGiftCouponIds: res.registerGiftCouponIds ? Number(res.registerGiftCouponIds) : '', |
| | | registerRewardAmount: res.registerRewardAmount || 0, |
| | | registerRewardAmount: (res.registerRewardAmount || 0) / 100, |
| | | registerRewardOrderCount: res.registerRewardOrderCount || 0, |
| | | platformRewardAmount: res.platformRewardAmount || 0, |
| | | platformRewardAmount: (res.platformRewardAmount || 0) / 100, |
| | | platformRewardOrderCount: res.platformRewardOrderCount || 0, |
| | | invoiceMonthLimit: res.invoiceMonthLimit || '' |
| | | } |