|
@@ -186,11 +186,11 @@ public class IncrementOrderServiceImpl extends ServiceImpl<IIncrementOrderMapper
|
|
}
|
|
}
|
|
if(incrementType.getValidTimeType() == 0){
|
|
if(incrementType.getValidTimeType() == 0){
|
|
incrementOrderEntity.setMemberLevels("PR");
|
|
incrementOrderEntity.setMemberLevels("PR");
|
|
- autoPayTime = "MONTH";
|
|
|
|
|
|
+ autoPayTime = "YEAR";
|
|
}
|
|
}
|
|
if(incrementType.getValidTimeType() == 1){
|
|
if(incrementType.getValidTimeType() == 1){
|
|
incrementOrderEntity.setMemberLevels("SE");
|
|
incrementOrderEntity.setMemberLevels("SE");
|
|
- autoPayTime = "YEAR";
|
|
|
|
|
|
+ autoPayTime = "MONTH";
|
|
}
|
|
}
|
|
autoPayVo =new PayAutoPayVo(param.getAutoPay(),autoPayTime,autoStartTime);
|
|
autoPayVo =new PayAutoPayVo(param.getAutoPay(),autoPayTime,autoStartTime);
|
|
PayGoods payGoods = new PayGoods(incrementType.getName(),param.getCount(),incrementType.getValidTimeType(),param.getMonthQy());
|
|
PayGoods payGoods = new PayGoods(incrementType.getName(),param.getCount(),incrementType.getValidTimeType(),param.getMonthQy());
|