原价改为普通
This commit is contained in:
@@ -34,7 +34,7 @@ public class TrainingClassServiceImpl extends ServiceImpl<TrainingClassDao, Trai
|
||||
public Map<String,Object> getFinalPriceByUser(int classId,int userId) {
|
||||
TrainingClass trainingClass = this.getById(classId);
|
||||
BigDecimal fee = trainingClass.getFee();
|
||||
String identity ="原价";
|
||||
String identity ="普通";
|
||||
if (trainingClass!=null){
|
||||
if (StringUtils.isNotEmpty(trainingClass.getVipType())){
|
||||
String[] vipTypes = trainingClass.getVipType().split(",");
|
||||
|
||||
Reference in New Issue
Block a user