|
@ -1641,6 +1641,7 @@ public class RehabilitationManageService {
|
|
if (list.size() > 0) {
|
|
if (list.size() > 0) {
|
|
planDO.setGuidanceMessage(list.get(0).get("content") + "");
|
|
planDO.setGuidanceMessage(list.get(0).get("content") + "");
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
String relationCode = planDO.getRelationCode();
|
|
String relationCode = planDO.getRelationCode();
|
|
if ("6".equals(planDO.getRelationType()) && StringUtils.isNotBlank(relationCode)) {
|
|
if ("6".equals(planDO.getRelationType()) && StringUtils.isNotBlank(relationCode)) {
|