| | |
| | | package com.fgkj.services; |
| | | |
| | | import com.fgkj.dto.BattInf; |
| | | import com.fgkj.dto.Batttestdata_inf; |
| | | import com.fgkj.dto.DLG_Progress; |
| | | import com.fgkj.dto.User_inf; |
| | | import com.fgkj.fbo.FboData; |
| | | import com.fgkj.fbo.FboDataInf; |
| | | import com.fgkj.fbo.IdcData; |
| | | import com.fgkj.mapper.impl.BattInfMapper; |
| | | import com.fgkj.mapper.impl.Batttestdata_infMapper; |
| | | import com.fgkj.mapper.impl.FboDataUploadMapper; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import javax.servlet.http.HttpSession; |
| | | import java.io.File; |
| | | import java.util.ArrayList; |
| | | import java.util.Calendar; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | import javax.servlet.http.HttpSession; |
| | | |
| | | import com.fgkj.mapper.impl.BattInfMapper; |
| | | import com.fgkj.mapper.impl.Batttestdata_infMapper; |
| | | import com.fgkj.dto.BattInf; |
| | | import com.fgkj.dto.Batttestdata_inf; |
| | | import com.fgkj.dto.DLG_Progress; |
| | | import com.fgkj.dto.ServiceModel; |
| | | import com.fgkj.dto.User_inf; |
| | | import com.fgkj.fbo.FboData; |
| | | import com.fgkj.fbo.FboDataInf; |
| | | import com.fgkj.fbo.IdcData; |
| | | import com.fgkj.mapper.impl.FboDataUploadMapper; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | /** |
| | | * fbo数据上传,TODO perry校验效果 |
| | | */ |
| | | import javax.annotation.Resource; |
| | | @Service |
| | | public class FboDataUploadService extends Thread{ |
| | | |
| | | // private ServiceModel model; |
| | | // ServiceModel model = new ServiceModel(); |
| | | // private User_inf uinf; |
| | | // private int bg_id; |
| | | // private String[][] tableRowData; |
| | |
| | | // private HttpSession session; |
| | | // private DLG_Progress progress; |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private Batttestdata_infMapper battTestDataInfMapper; |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private BattInfMapper battInfMapper; |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private FboDataUploadMapper mapper; |
| | | |
| | | |