parent
be6c05a47a
commit
058a898c25
|
@ -447,7 +447,8 @@ public class TenPersonController extends AbstractController {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if(tenPerson.getDoorCardEntity().getDoorCard().trim().equals("")){
|
else if(tenPerson.getDoorCardEntity()!=null && tenPerson.getDoorCardEntity().getDoorCard()!=null
|
||||||
|
&& tenPerson.getDoorCardEntity().getDoorCard().trim().equals("")){
|
||||||
|
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|
Loading…
Reference in New Issue