lyfO_o
2022-03-31 295d8ff09a5fbf9dc757c2bdb408f860a11b85d1
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) {