瀏覽代碼

feature:外传药品下载

wuyongyi 2 年之前
父節點
當前提交
029f35f1b8

+ 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() {