|
@@ -34,6 +34,7 @@ public interface MessagePushMapper {
|
|
void updateSmsSendCount(int markId, int count);
|
|
void updateSmsSendCount(int markId, int count);
|
|
|
|
|
|
List<PushMessageUserVo> findOldUser();
|
|
List<PushMessageUserVo> findOldUser();
|
|
|
|
+ List<PushMessageUserVo> findOldUserTow();
|
|
|
|
|
|
void insertNewLink(PushMessageUserVo p);
|
|
void insertNewLink(PushMessageUserVo p);
|
|
}
|
|
}
|