|
|
@@ -469,6 +469,10 @@ public class CmsAccountController {
|
|
|
at.setGoodsId(goodsId);
|
|
|
at.setSkuId(skuId);
|
|
|
at.setBankCard(bankCard);
|
|
|
+ String isMonth = data.getIsMonth();
|
|
|
+ if (StrUtil.isNotBlank(isMonth)) {
|
|
|
+ at.setIsMonth(true);
|
|
|
+ }
|
|
|
if (StrUtil.isNotBlank(startTime)) {
|
|
|
at.setStartTime(DateUtil.parse(startTime));
|
|
|
} else {
|