Package edu.zzuli.common

Examples of edu.zzuli.common.Visit


  public String execute() {
    try {
//      ActionContext.getContext().getSession().remove("myVisit");
//      ActionContext.getContext().getSession().remove(Constants_core.LOGIN_IP);
//      ActionContext.getContext().getSession().remove("xtgnList");
      Visit myVisit = (Visit) ActionContext.getContext().getSession().get("myVisit");
      System.err.println("=================" + myVisit.getCzy().getDlh());
      try {
        Map mapPara = new HashMap();
        mapPara.put("SFDL", 0);
        mapPara.put("ID", myVisit.getCzy().getId());
        getPublicFacade().execute("update gg_czyb set sfdl=:SFDL where id=:ID",mapPara);
      } catch (Exception e) {
        e.printStackTrace();
      }
      ActionContext.getContext().getSession().clear();
View Full Code Here

TOP

Related Classes of edu.zzuli.common.Visit

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.