云游商人bug
parent
54b53fda54
commit
93eb07e78d
|
@ -932,7 +932,9 @@ public class ItemLogic {
|
|||
LOGGER.error("misson为空,activityId:{}",activityId);
|
||||
throw new ErrorCodeException(ErrorCode.ACTIVITY_NOT_OPEN);
|
||||
}
|
||||
ActivityProgressInfo progress = misson.getActivityMissionMap().get(type);
|
||||
Map<Integer, SComposeActivity> integerSComposeActivityMap = SComposeActivity.getConfigMap().get(activityId);
|
||||
int typeId = integerSComposeActivityMap.get(type).getId();
|
||||
ActivityProgressInfo progress = misson.getActivityMissionMap().get(typeId);
|
||||
if(progress == null){
|
||||
LOGGER.error("progress为空,type:{}",type);
|
||||
throw new ErrorCodeException(ErrorCode.ACTIVITY_NOT_OPEN);
|
||||
|
|
Loading…
Reference in New Issue