切换mysql为达梦数据库-代码审查

1.systemboot模块
This commit is contained in:
2024-09-23 18:06:53 +08:00
parent 35608ffc12
commit 989f4f440d
97 changed files with 351 additions and 1378 deletions

View File

@@ -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));
}
}