hdw
2018-12-24 cf262a95d0d79d477dda82c3fd17a22f0582a355
gx_tieta/src/com/fgkj/actions/User_infAction.java
@@ -1,5 +1,7 @@
package com.fgkj.actions;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import com.fgkj.dao.UinfDaoFactory;
@@ -212,6 +214,17 @@
   public String checkService(){
      return SUCCESS;
   }
   //获取服务器的时间
   public String searchServerTime(){
      ServiceModel model = new ServiceModel();
      model.setCode(1);
      SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
      model.setMsg(sdf.format(new Date()));
      result = ActionUtil.getGson("yyyy-MM-dd HH:mm:ss").toJson(model);
      return SUCCESS;
   }
   public String test(){
      System.out.println(upjson);
      System.out.println(uif);