From 15bedcc619b1edb6eb987f9288db7670e5b38c46 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 07 五月 2022 19:42:23 +0800 Subject: [PATCH] bug修复 --- app/src/test/java/test/msg/MsgTest.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/app/src/test/java/test/msg/MsgTest.java b/app/src/test/java/test/msg/MsgTest.java index fc796a2..630839b 100644 --- a/app/src/test/java/test/msg/MsgTest.java +++ b/app/src/test/java/test/msg/MsgTest.java @@ -1,6 +1,7 @@ package test.msg; import com.yeshi.makemoney.app.Application; +import com.yeshi.makemoney.app.entity.SystemEnum; import com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetRecord; import com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetType; import com.yeshi.makemoney.app.exception.goldcorn.GoldCornGetFrequencyConfigException; @@ -8,6 +9,7 @@ import com.yeshi.makemoney.app.exception.goldcorn.GoldCornGetRecordException; import com.yeshi.makemoney.app.exception.goldcorn.GoldCornMakeException; import com.yeshi.makemoney.app.exception.user.UserInfoException; +import com.yeshi.makemoney.app.job.PushJob; import com.yeshi.makemoney.app.service.inter.goldcorn.GoldCornGetRecordService; import com.yeshi.makemoney.app.service.inter.goldcorn.GoldCornMakeService; import com.yeshi.makemoney.app.service.inter.goldcorn.GoldCornSettleService; @@ -39,4 +41,13 @@ userMsgNotifyService.notify(UserMsgFactory.createExtractFail(22392L, new BigDecimal(10), "杩欐槸娴嬭瘯澶囨敞锛屾祴璇曞娉紝娴嬭瘯澶囨敞")); } + + @Resource + private PushJob pushJob; + + @Test + public void push() throws Exception { + pushJob.pushSignIn(SystemEnum.svmm.name()); + } + } -- Gitblit v1.8.0