upgrade
This commit is contained in:
@@ -35,6 +35,7 @@ public class DBUser {
|
||||
this.name = d.getString("name");
|
||||
this.phone = d.getString("extn");
|
||||
this.status = d.getString("sip_state");
|
||||
status = status == null ? "" : status;
|
||||
String weight = d.getString("weight");
|
||||
if (weight != null) {
|
||||
this.isManager = weight.equals("1") ? true : false;
|
||||
|
||||
Reference in New Issue
Block a user