@@ -13,7 +13,11 @@ data class MessageBean(
) {
fun getMessageData(): String {
return if (TextUtils.isEmpty(data)) {
- ""
+ if (TextUtils.equals("C", businessID)) {
+ "理疗报告"
+ } else {
+ ""
+ }
} else {
data
}