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