|
|
@@ -120,7 +120,7 @@ public class MerchantServiceTest {
|
|
|
System.out.println(merchantService.showAll(pageQuery, 118.738275, 31.991961, "折扣商家", 82L).size());
|
|
|
}
|
|
|
|
|
|
- @Test
|
|
|
+/* @Test
|
|
|
public void testapi() {
|
|
|
//LocalDateTime time = LocalDateTime.now().minusDays(7);
|
|
|
LocalDate d = LocalDate.now().minusDays(7);
|
|
|
@@ -132,5 +132,5 @@ public class MerchantServiceTest {
|
|
|
System.out.println(merchantRepo.findAllByEstablishTimeAfter(of).size());
|
|
|
|
|
|
//System.out.println(TencentLocationUtils.distanceBetween(31.981746, 118.734661, 31.990671, 118.754795));
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|