123333
This commit is contained in:
@@ -141,6 +141,9 @@ public class UserCallServiceImpl extends ServiceImpl<UserCallMapper, UserCall> i
|
||||
}if(status > RoomStatusEnums.STATUS_REFUSE.getCode()){ // 6
|
||||
vo.setStatus(4);
|
||||
vo.setStatusText("已接通");
|
||||
vo.setCallTime(record.getCallTime());
|
||||
vo.setCallAmount(record.getCallAmount());
|
||||
vo.setCallIncome(record.getCallIncome());
|
||||
}
|
||||
if(record.getBeginTime() != null){
|
||||
vo.setCreateTime(record.getBeginTime());
|
||||
|
||||
Reference in New Issue
Block a user