//package com.stylefeng.guns;
|
//
|
//import com.stylefeng.guns.modular.crossCity.server.ILineSiteService;
|
//import com.stylefeng.guns.modular.crossCity.server.IOrderCrossCityService;
|
//import org.junit.Test;
|
//import org.junit.runner.RunWith;
|
//import org.springframework.beans.factory.annotation.Autowired;
|
//import org.springframework.boot.test.context.SpringBootTest;
|
//import org.springframework.test.context.junit4.SpringRunner;
|
//
|
//
|
//
|
//@RunWith(SpringRunner.class)
|
//@SpringBootTest
|
//public class GunsApplicationTest {
|
//
|
// @Autowired
|
// private ILineSiteService lineSiteService;
|
//
|
//
|
// @Test
|
// public void queryVipLevelList() throws Exception {
|
// boolean b = lineSiteService.areaMonitoring(98, "659001", "86.090384,44.43491");
|
// }
|
//}
|