添加thyy appname
This commit is contained in:
@@ -218,6 +218,8 @@ public class CourseRelearnController {
|
||||
paymentInfo.setAppName("zmzm");
|
||||
} else if (buyOrder.getCome()==3) {
|
||||
paymentInfo.setAppName("xlkj");
|
||||
} else if (buyOrder.getCome()==4) {
|
||||
paymentInfo.setAppName("thyy");
|
||||
}else {
|
||||
paymentInfo.setAppName(buyOrder.getAppName());
|
||||
}
|
||||
|
||||
@@ -78,6 +78,8 @@ public class OfflineActivityController {
|
||||
paymentInfo.setAppName("zmzm");
|
||||
} else if (buyOrder.getCome()==3) {
|
||||
paymentInfo.setAppName("xlkj");
|
||||
} else if (buyOrder.getCome()==4) {
|
||||
paymentInfo.setAppName("thyy");
|
||||
}else {
|
||||
paymentInfo.setAppName(buyOrder.getAppName());
|
||||
}
|
||||
|
||||
@@ -138,6 +138,8 @@ public class TrainingClassController {
|
||||
paymentInfo.setAppName("zmzm");
|
||||
} else if (buyOrder.getCome()==3) {
|
||||
paymentInfo.setAppName("xlkj");
|
||||
} else if (buyOrder.getCome()==4) {
|
||||
paymentInfo.setAppName("thyy");
|
||||
}else {
|
||||
paymentInfo.setAppName(buyOrder.getAppName());
|
||||
}
|
||||
|
||||
@@ -415,6 +415,8 @@ public class UserVipController {
|
||||
paymentInfo.setAppName("zmzm");
|
||||
} else if (buyOrder.getCome()==3) {
|
||||
paymentInfo.setAppName("xlkj");
|
||||
} else if (buyOrder.getCome()==4) {
|
||||
paymentInfo.setAppName("thyy");
|
||||
}else {
|
||||
paymentInfo.setAppName(buyOrder.getAppName());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user