工作流程审核不通过、预告警单处理、终端周期检测等需求

1、提交了主pom,因为需要引入达梦数据量;
2、提交了gateway的配置文件,因为部分接口没有添加到权限中,待后续增加后再注释
This commit is contained in:
2024-09-13 20:31:32 +08:00
parent 06493c07c3
commit ba6762587f
50 changed files with 1144 additions and 110 deletions

View File

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