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