LAPTOP-KB9HII50\70708 преди 1 година
родител
ревизия
31756390aa

+ 1 - 1
svr/svr-visit-behind/src/main/java/com/yihu/jw/hospital/module/rehabilitation/service/RehabilitationGuidanceService.java

@ -152,7 +152,7 @@ public class RehabilitationGuidanceService {
            sql.append("and code='" + code + "' ");
            sqlCounts.append("and code='" + code + "' ");
        }
        if (type != null) {
        if (StringUtils.isNoneBlank(type)) {
            sql.append("and type='" + type + "' ");
            sqlCounts.append("and type='" + type + "' ");
        }