|
@@ -14,7 +14,7 @@ data class MessageBean(
|
|
|
fun getMessageData(): String {
|
|
fun getMessageData(): String {
|
|
|
return if (TextUtils.isEmpty(data)) {
|
|
return if (TextUtils.isEmpty(data)) {
|
|
|
if (TextUtils.equals("C", businessID)) {
|
|
if (TextUtils.equals("C", businessID)) {
|
|
|
- "理疗报告"
|
|
|
|
|
|
|
+ "您的理疗报告已生成,请前往查看!"
|
|
|
} else {
|
|
} else {
|
|
|
""
|
|
""
|
|
|
}
|
|
}
|