Преглед на файлове

feature:处方列表下载

wuyongyi преди 2 години
родител
ревизия
8d818b85fa
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      src/main/java/com/ywt/mg/services/PrescriptionServices.java

+ 4 - 4
src/main/java/com/ywt/mg/services/PrescriptionServices.java

@@ -131,7 +131,7 @@ public class PrescriptionServices {
                 paramList.add(PrescriptionInfoStatusEnum.Dispatching.getValue());
             } else if (statusInt == 3) {
                 // 查找只是已完成的,只有广三的有已完成的状态
-                whereSql += " and ( status = ? ) and refund_status is null ";
+                whereSql += " and ( status = ? ) and (refund_status is null or refund_status = 2) and pres_type = 1 ";
                 paramList.add(PrescriptionInfoStatusEnum.Finished.getValue());
 
             } else if (statusInt == 5) {
@@ -665,7 +665,7 @@ public class PrescriptionServices {
                 paramList.add(PrescriptionInfoStatusEnum.Dispatching.getValue());
             } else if (statusInt == 3) {
                 // 查找只是已完成的,只有广三的有已完成的状态
-                whereSql += " and ( status = ?  ) and refund_status is null ";
+                whereSql += " and ( status = ? ) and (refund_status is null or refund_status = 2) and pres_type = 1 ";
                 paramList.add(PrescriptionInfoStatusEnum.Finished.getValue());
 
             } else if (statusInt == 5) {
@@ -1225,7 +1225,7 @@ public class PrescriptionServices {
                 paramList.add(PrescriptionInfoStatusEnum.Dispatching.getValue());
             } else if (statusInt == 3) {
                 // 查找只是已完成的,只有广三的有已完成的状态
-                whereSql += " and ( status = ?  ) and refund_status is null ";
+                whereSql += " and ( status = ? ) and (refund_status is null or refund_status = 2) and pres_type = 1 ";
                 paramList.add(PrescriptionInfoStatusEnum.Finished.getValue());
 
             } else if (statusInt == 5) {
@@ -1570,7 +1570,7 @@ public class PrescriptionServices {
                 paramList.add(PrescriptionInfoStatusEnum.Dispatching.getValue());
             } else if (statusInt == 3) {
                 // 查找只是已完成的,只有广三的有已完成的状态
-                whereSql += " and ( status = ? ) and refund_status is null ";
+                whereSql += " and ( status = ? ) and (refund_status is null or refund_status = 2) and pres_type = 1 ";
                 paramList.add(PrescriptionInfoStatusEnum.Finished.getValue());
 
             } else if (statusInt == 5) {