Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f1ac21fe87
@ -498,6 +498,9 @@ public class EnterRoomInfoModel extends BaseModel {
|
||||
}
|
||||
|
||||
public String getIsleave() {
|
||||
if(StringUtil.isEmpty(isleave)){
|
||||
isleave="0";
|
||||
}
|
||||
return isleave;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user