示例#1
0
 public Void execute(Environment e) throws Exception {
   HibernateUtil hutil = new HibernateUtil();
   hutil.updateMetaKpi(metaKpi);
   return null;
 }