소스 검색

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