Commit f8bc3c9b by lilei

过滤时跳过通知通告功能相关接口

parent 27096aad
......@@ -28,7 +28,6 @@ public class TztgController {
@ResponseBody
public R addTztg(@RequestBody TbStTztg tztg){
try {
System.out.println(tztg.getTgnr());
String xxzjbh = tztgService.addTztg(tztg);
return R.ok().data("xxzjbh",xxzjbh);
}catch (Exception e){
......
......@@ -107,6 +107,7 @@ blade:
enabled: true
skip-url:
- /blade-test/**
- /tztg/**
secure:
skip-url:
- /blade-test/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment