报表相关 增加退款后,报表中需要体现
This commit is contained in:
@@ -221,7 +221,8 @@ public class UserVipController {
|
||||
"5".equals(params.get("type").toString())?"延期针灸学VIP":
|
||||
"6".equals(params.get("type").toString())?"延期肿瘤学VIP":
|
||||
"7".equals(params.get("type").toString())?"延期国学VIP":
|
||||
"8".equals(params.get("type").toString())?"延期心理学VIP":"延期中西汇通VIP";
|
||||
"8".equals(params.get("type").toString())?"延期心理学VIP":
|
||||
"10".equals(params.get("type").toString())?"妇幼生殖学VIP":"延期中西汇通VIP";
|
||||
if(fee.compareTo(BigDecimal.ZERO)>0){
|
||||
user.setPeanutCoin(user.getPeanutCoin().subtract(fee));
|
||||
TransactionDetailsEntity transactionDetailsEntity = new TransactionDetailsEntity();
|
||||
@@ -249,8 +250,8 @@ public class UserVipController {
|
||||
List<Integer> typeList = new ArrayList<>();
|
||||
int count = 1;
|
||||
if ("11".equals(params.get("type").toString())) {//超v
|
||||
count = 6;
|
||||
for (int i=4;i<10;i++){
|
||||
count = 7;
|
||||
for (int i=4;i<=10;i++){
|
||||
typeList.add(i);
|
||||
}
|
||||
}else if ("12".equals(params.get("type").toString())) {//简易超v
|
||||
@@ -262,11 +263,12 @@ public class UserVipController {
|
||||
typeList.add(i);
|
||||
}
|
||||
}else if ("1".equals(params.get("type").toString())) {//医学超级
|
||||
count = 4;
|
||||
for (int i=4;i<8;i++){
|
||||
count = 5;
|
||||
for (int i=4;i<=10;i++){
|
||||
if (i==7){
|
||||
i = 9;
|
||||
}
|
||||
log.info("=========000000===="+i);
|
||||
typeList.add(i);
|
||||
}
|
||||
}else if ("2".equals(params.get("type").toString())) {//国心超级
|
||||
|
||||
Reference in New Issue
Block a user