Kaynağa Gözat

修复标签数量没有计算预警居民数量的BUG

DESKTOP-G6NQ3SI\dante 7 yıl önce
ebeveyn
işleme
6f09de0c28

+ 4 - 0
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/service/common/account/PatientService.java

@ -864,6 +864,10 @@ public class PatientService extends TokenService {
        if(StringUtils.isNotBlank(diseaseCondition)){
            fousGSql = fousGSql +"   AND p.disease_condition = "+diseaseCondition;
        }
        if(isSlowDisease){
            fousGSql = fousGSql +"   AND p.standard_status = 1 ";
        }
        fousGSql = fousGSql +
                "   AND ( " +
                "     f.doctor = '" + doctor + "' " +