红点修改
parent
947b8f78b5
commit
c38ea8c334
|
@ -117,7 +117,7 @@ public class JourneyMap {
|
|||
MapInfoProto.JourneyGetInfoResponse.Builder response = MapInfoProto.JourneyGetInfoResponse.newBuilder();
|
||||
journeyInfo.forEach((k,v)->{
|
||||
int redPoint = 0;
|
||||
if(v.getRemainRandomTime()>TimeUtils.nowInt()){
|
||||
if(v.getRamainRandomAmount()!=0&&v.getRemainRandomTime()>TimeUtils.nowInt()){
|
||||
redPoint = 1;
|
||||
}
|
||||
if(redPoint!=1&&!v.getGoodsMap().isEmpty()){
|
||||
|
|
Loading…
Reference in New Issue