|
@ -6521,7 +6521,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
} else if (status.equalsIgnoreCase("1") || status.equalsIgnoreCase("2")) {
|
|
|
zxzsYjzTotal += Integer.parseInt(map.get("total").toString());
|
|
|
}
|
|
|
}else if (outpatientType.equalsIgnoreCase("3")){
|
|
|
}else if (outpatientType.equalsIgnoreCase("3")||outpatientType.equalsIgnoreCase("5")){
|
|
|
if (status.equalsIgnoreCase("0")){
|
|
|
zjzxDjztTotal +=Integer.parseInt(map.get("total").toString());
|
|
|
}else if (status.equalsIgnoreCase("1")||status.equalsIgnoreCase("2")){
|