back_recharge
wangyuan 2019-03-26 20:20:00 +08:00
parent 5fa8c7f88b
commit 38a9d7e339
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ public class CBean2Proto {
return CommonProto.MapAccomplishInfo.newBuilder() .setMapId(mapId)
.addAllExploreDetail(exploreDetailList)
.setTotalWeight(totalWeight)
.addAllHadTakedId(mapMission.getHadTakeRewardIds())
.build();
}
}