|
@ -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 + "' ");
|
|
|
}
|