重点工程部分代码
parent
88c2a8fdeb
commit
554cba29f1
|
@ -171,6 +171,7 @@ public class AIWarningController extends BaseController {
|
||||||
@RequestMapping(value = "/edit")
|
@RequestMapping(value = "/edit")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
@Transactional
|
@Transactional
|
||||||
|
@DockAnnotation
|
||||||
public Object edit() throws Exception {
|
public Object edit() throws Exception {
|
||||||
Map<String, Object> map = new HashMap<String, Object>();
|
Map<String, Object> map = new HashMap<String, Object>();
|
||||||
String errInfo = "success";
|
String errInfo = "success";
|
||||||
|
@ -278,6 +279,7 @@ public class AIWarningController extends BaseController {
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/deleteAll")
|
@RequestMapping(value = "/deleteAll")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
|
@DockAnnotation
|
||||||
public Object deleteAll() throws Exception {
|
public Object deleteAll() throws Exception {
|
||||||
Map<String, Object> map = new HashMap<String, Object>();
|
Map<String, Object> map = new HashMap<String, Object>();
|
||||||
String errInfo = "success";
|
String errInfo = "success";
|
||||||
|
@ -314,6 +316,7 @@ public class AIWarningController extends BaseController {
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/addAiWarning")
|
@RequestMapping(value = "/addAiWarning")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
|
@DockAnnotation
|
||||||
public Object addAiWarning(HttpServletRequest request) throws Exception {
|
public Object addAiWarning(HttpServletRequest request) throws Exception {
|
||||||
Map<String, Object> map = new HashMap<String, Object>();
|
Map<String, Object> map = new HashMap<String, Object>();
|
||||||
StringBuffer fhLog = new StringBuffer();
|
StringBuffer fhLog = new StringBuffer();
|
||||||
|
@ -446,6 +449,7 @@ public class AIWarningController extends BaseController {
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/deleteDisposer")
|
@RequestMapping(value = "/deleteDisposer")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
|
@DockAnnotation
|
||||||
public Object deleteDisposer() throws Exception {
|
public Object deleteDisposer() throws Exception {
|
||||||
Map<String, Object> map = new HashMap<String, Object>();
|
Map<String, Object> map = new HashMap<String, Object>();
|
||||||
String errInfo = "success";
|
String errInfo = "success";
|
||||||
|
|
Loading…
Reference in New Issue