工作流程审核不通过、预告警单处理、终端周期检测等需求
1、提交了主pom,因为需要引入达梦数据量; 2、提交了gateway的配置文件,因为部分接口没有添加到权限中,待后续增加后再注释
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.njcn;
|
||||
|
||||
import com.njcn.supervision.api.TempLineRunTestFeignClient;
|
||||
import com.njcn.system.service.IDictTypeService;
|
||||
import org.junit.Test;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
@@ -14,11 +15,14 @@ public class DictDataTest extends BaseJunitTest{
|
||||
@Autowired
|
||||
private IDictTypeService dictTypeService;
|
||||
|
||||
@Autowired
|
||||
private TempLineRunTestFeignClient tempLineRunTestFeignClient;
|
||||
|
||||
|
||||
|
||||
@Test
|
||||
public void test(){
|
||||
dictTypeService.dictDataCache();
|
||||
tempLineRunTestFeignClient.isTestRunStartOrEnd();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user