切换mysql为达梦数据库-代码审查
1.systemboot模块
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.njcn;
|
||||
|
||||
import com.njcn.supervision.api.TempLineRunTestFeignClient;
|
||||
import com.njcn.system.service.IAreaService;
|
||||
import com.njcn.system.service.IDictTypeService;
|
||||
import org.junit.Test;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
@@ -16,13 +17,13 @@ public class DictDataTest extends BaseJunitTest{
|
||||
private IDictTypeService dictTypeService;
|
||||
|
||||
@Autowired
|
||||
private TempLineRunTestFeignClient tempLineRunTestFeignClient;
|
||||
private IAreaService areaService;
|
||||
|
||||
|
||||
|
||||
@Test
|
||||
public void test(){
|
||||
tempLineRunTestFeignClient.isTestRunStartOrEnd();
|
||||
System.out.println(areaService.areaPro("110105000000", 0));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user