whycrzg
2021-02-23 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
src/main/java/com/fgkj/services/ResDataUploadService.java
@@ -17,10 +17,11 @@
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;
@@ -47,11 +48,11 @@
      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) {