Browse Source

作废处方价格不变

wuyongyi 2 năm trước cách đây
mục cha
commit
db968c77c7

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

@@ -402,7 +402,7 @@ public class PrescriptionServices {
                     map.getStringListSafely(col9).add(PresPaymentChannelEnum.valueOf(Checker.getIntegerValue(p.getPaymentChannel())).getDisplayName());
                     String total = String.format("%.2f元", (p.getTotalPrice() / 100d));
                     if(p.getStatus() == 6){
-                        total = "0.00元";
+//                        total = "0.00元";
                     }
                     map.getStringListSafely(col10).add(total);
                     map.getStringListSafely(col19).add(Checker.getIntegerValue(p.getPresType()) == 1 ? "处方外转" : "互联网医院");
@@ -1055,7 +1055,7 @@ public class PrescriptionServices {
                     map.getStringListSafely(col9).add(PresPaymentChannelEnum.valueOf(Checker.getIntegerValue(p.getPaymentChannel())).getDisplayName());
                     String total = String.format("%.2f元", (p.getTotalPrice() / 100d));
                     if(p.getStatus() == 6){
-                        total = "0.00元";
+//                        total = "0.00元";
                     }
 
                     map.getStringListSafely(col10).add(total);