Browse Source

代码提交

huangwenjie 5 năm trước cách đây
mục cha
commit
ed8e2df965

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

@ -3160,6 +3160,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
	            }else{
		            outpatient.put("alert_tag",1);//未提醒
	            }
                outpatient.put("online_tag",1);//未提醒
            }
        }
    
@ -3232,7 +3233,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
                    outpatient.put("alert_tag",1);//未提醒
                }
                
                outpatient.put("online_tag",0);//在线状态
                outpatient.put("online_tag",1);//在线状态
    
                String outpatient_mobile = (String)outpatient.get("outpatient_mobile");
                if(StringUtils.isNoneBlank(outpatient_mobile)){