소스 검색

feature:外传药品下载

wuyongyi 2 년 전
부모
커밋
029f35f1b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/ywt/mg/web/controllers/hospital/HospAdverPrescriptionController.java

+ 1 - 1
src/main/java/com/ywt/mg/web/controllers/hospital/HospAdverPrescriptionController.java

@@ -83,7 +83,7 @@ public class HospAdverPrescriptionController {
         String excelSuffixFormat = ConstantDef.EXCEL_SUFFIX_FORMAT;
         String paramUrl = "hosp/adverPrescription/downloadAdverPrescriptionDrugList";
         String paramJson = JsonSerializer.toJson(request);
-        downloadRecordService.getOrInsertDownloadRecord(downloadRecordId, name, fileName + excelSuffixFormat, paramUrl, paramJson);
+        downloadRecordService.getOrInsertDownloadRecordByHosp(downloadRecordId, name, fileName + excelSuffixFormat, paramUrl, paramJson);
         Thread t = new Thread() {
             @Override
             public void run() {