Explorar el Código

把提醒存储到数据库的工作消息中

wanghaicheng hace 5 años
padre
commit
2ca47ca7ec

+ 1 - 0
lift-push/src/main/java/cn/com/ty/lift/push/app/PushConsumer.java

@@ -152,6 +152,7 @@ public class PushConsumer {
                 case "急修消息":
                     timeMessage.setType(3);
                     break;
+                case "提醒":
                 case "工作消息":
                     timeMessage.setType(4);
                     break;