Ejemplo n.º 1
0
 public String update() {
   lyff = lyffService.update(lyff);
   if (lyff.getLylx().getZdbm().equals(LylxDto.LYLX_DEPT)) {
     return "dept";
   } else {
     return "person";
   }
 }