lyfO_o
2023-02-20 4ab942df06d2f7d6f2df1102ef5b83d6a1696763
src/main/java/com/nanometer/smartlab/controller/PersonalUseInfoController.java
@@ -219,6 +219,23 @@
   }
   /**
    * @Description: 导出详情
    */
   public void exportDetail() throws Exception {
      try {
         if (startTime == null || endTime == null){ FacesUtils.warn("请选择日期范围");return;}
         List<Map> list = opeUseFlowService.selectExportDetail(reagentCode, getUserId(), startTime, endTime, receiptNumber, department, project, applyPerson, reagentName);
         if (list == null || list.size() < 1) {FacesUtils.warn("没有数据导出");return;}
         opeUseFlowService.export22Excel(list);
      } catch (Exception e) {
         e.printStackTrace();
         FacesUtils.warn("导出失败");
      }
   }
   @SuppressWarnings("serial")
   public LazyDataModel<OpeReagentStatus> getDataModel() {
      if (this.dataModel == null) {