V13
This commit is contained in:
@@ -38,6 +38,8 @@ public class UserInfoVo {
|
||||
|
||||
@Schema(description = "评分")
|
||||
private BigDecimal giveScore;
|
||||
@Schema(description = "总时长")
|
||||
private Long serviceTime;
|
||||
|
||||
/**
|
||||
* 价格,默认50彩币
|
||||
|
||||
@@ -196,6 +196,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements Us
|
||||
}
|
||||
vo.setOrderSwitch(anchor.getOrderSwitch());
|
||||
vo.setGiveScore(anchor.getGiveScore());
|
||||
vo.setServiceTime(anchor.getServiceTime()/60);
|
||||
}
|
||||
vo.setCity(user.getCity());
|
||||
vo.setCityId(user.getCityId());
|
||||
|
||||
Reference in New Issue
Block a user