| | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | import javax.annotation.Resource; |
| | | @Service |
| | | public class ResDataUploadService extends Thread{ |
| | | |
| | | /*private ServiceModel model; |
| | | /*ServiceModel model = new ServiceModel(); |
| | | private User_inf uinf; |
| | | private int bg_id; |
| | | private String[][] tableRowData; |
| | |
| | | session.setAttribute("Resprogress", progress); |
| | | }*/ |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private ResDataUploadMapper mapper; |
| | | @Autowired |
| | | @Resource |
| | | private BattInfMapper battInfMapper; |
| | | @Autowired |
| | | @Resource |
| | | private Battresdata_infMapper battResDataInfMapper; |
| | | |
| | | public void uploadResFile(User_inf uinf, int bg_id, String[][] tableRowData, File[] file, HttpSession session) { |