LAPTOP-KB9HII50\70708 hai 10 meses
pai
achega
f6dd2f1ddf

+ 1 - 1
business/base-service/src/main/java/com/yihu/jw/hospital/prescription/service/PrescriptionService.java

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

+ 1 - 1
business/im-service/src/main/java/com/yihu/jw/im/service/ImService.java

@ -1291,7 +1291,7 @@ public class ImService {
                    consultName.put("patientName", p.getName());
                    consultName.put("doctorName", doctor.getName());
                    jsonObject.put("name", consultName.toJSONString());
                } else if ("3".equals(wlyyOutpatientDO.getOutpatientType())) {
                } else if ("3".equals(wlyyOutpatientDO.getOutpatientType())||"5".equals(wlyyOutpatientDO.getOutpatientType())) {
                    if (wlyyOutpatientDO.getType().equalsIgnoreCase("1")) {
                        users.put(patient, 0);
                        ct.setType(1);