修改getParameters方法分支判断
This commit is contained in:
parent
116d6a6ffe
commit
db8beed6a5
|
@ -94,8 +94,11 @@ public class Operation {
|
|||
DTO parms = getParameters();
|
||||
if(null != parms){
|
||||
return parms.get(key);
|
||||
}else{
|
||||
parms = new DTO();
|
||||
parms.put(key, mContext.getIntent().getExtras().get(key));
|
||||
}
|
||||
return null;
|
||||
return parms;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue