D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 2fe250ece8de95b3f70172fe5b45793ab6a3084a
gx_tieta/src/com/fgkj/actions/StationtrafficAction.java
@@ -2,6 +2,7 @@
import com.fgkj.dto.ServiceModel;
import com.fgkj.dto.Stationtraffic;
import com.fgkj.dto.User_inf;
import com.fgkj.services.StationtrafficService;
@@ -14,6 +15,8 @@
   //统计基站流量
   public String serchByCondition() {
      Stationtraffic st=getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, Stationtraffic.class);
      User_inf uinf=(User_inf) getUser();
      st.setNote(uinf.getUId().toString());
      ServiceModel model=service.serchByCondition(st);
      result=tojson(model);
      return SUCCESS;