@@ -352,7 +352,7 @@ public class KlRuleFacade extends KlRuleServiceImpl {
public void exportOtherPacs(HttpServletResponse response) {
ExportDafaultVO exportDafaultVO = new ExportDafaultVO();
exportDafaultVO.setRuleType(4);
- exportDafaultVO.setLibTypeList(Lists.newArrayList(112L));
+ exportDafaultVO.setLibTypeList(Lists.newArrayList(111L, 112L));
List<OtherExportDTO> otherExportDTOList = generateExport(exportDafaultVO);
ExcelUtils.exportExcel(otherExportDTOList, null, "其他值提醒辅检", OtherExportDTO.class, "otherPacs.xlsx",
response, 12.8F);