|
@@ -25,8 +25,8 @@ class UserApplicationTests {
|
|
|
LoginService loginService;
|
|
|
@Test
|
|
|
void contextLoads() {
|
|
|
- List<Integer> listShopId = loginService.getMessageCenterListDay(1);
|
|
|
- System.out.println("-------->listShopId == "+listShopId.toString()+" <--------------");
|
|
|
+ /*List<Integer> listShopId = loginService.getMessageCenterListDay(1);
|
|
|
+ System.out.println("-------->listShopId == "+listShopId.toString()+" <--------------");*/
|
|
|
// boolean b = ValidateUtil.validateEmail("182126@qq.com");
|
|
|
// System.out.println(b);
|
|
|
}
|