@Override
 public int updateXf9SystemStatus(Xf9System xf9System) throws Exception {
   return xf9SystemDao.updateXf9SystemStatus(xf9System);
 }