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