|
@@ -1028,6 +1028,8 @@ public class UserOrderServiceImpl extends ServiceImpl<UserOrderDao, UserOrder> i
|
|
|
instance.add(Calendar.DAY_OF_MONTH, Integer.parseInt(sysConfigService.findConfigValue(SysConfigConstant.VIDEO_ACCOUNT_PERIOD)));
|
|
|
} else if (GoodTypeEnum.MUSIC.equals(goodType)) {
|
|
|
instance.add(Calendar.DAY_OF_MONTH, Integer.parseInt(sysConfigService.findConfigValue(SysConfigConstant.MUSIC_ACCOUNT_PERIOD)));
|
|
|
+ } else if (GoodTypeEnum.ALBUM.equals(goodType)) {
|
|
|
+ instance.add(Calendar.DAY_OF_MONTH, Integer.parseInt(sysConfigService.findConfigValue(SysConfigConstant.ALBUM_ACCOUNT_PERIOD)));
|
|
|
} else if (GoodTypeEnum.ACTI_REGIST.equals(goodType)) {
|
|
|
instance.add(Calendar.DAY_OF_MONTH, Integer.parseInt(sysConfigService.findConfigValue(SysConfigConstant.ACTI_REGIST_ACCOUNT_PERIOD)));
|
|
|
}
|