forked from integrated_whb/integrated_whb
动火作业
parent
17f8e83c3d
commit
18505d248c
|
@ -95,6 +95,7 @@ public class AppHotworkController extends BaseController {
|
||||||
|
|
||||||
@RequestMapping("/findById")
|
@RequestMapping("/findById")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
|
@LogAnno(menuType= "手机",menuServer= "动火作业",instructionsOperate = "动火作业",instructionsType = "获取详情")
|
||||||
public Object findById() throws Exception {
|
public Object findById() throws Exception {
|
||||||
Map<String,Object> map = new HashMap<>();
|
Map<String,Object> map = new HashMap<>();
|
||||||
String errInfo = "success";
|
String errInfo = "success";
|
||||||
|
@ -108,6 +109,7 @@ public class AppHotworkController extends BaseController {
|
||||||
|
|
||||||
@RequestMapping("/cancel")
|
@RequestMapping("/cancel")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
|
@LogAnno(menuType= "手机",menuServer= "动火作业",instructionsOperate = "动火作业",instructionsType = "打回")
|
||||||
public Object cancel()throws Exception{
|
public Object cancel()throws Exception{
|
||||||
Map<String, Object> map = new HashMap<>();
|
Map<String, Object> map = new HashMap<>();
|
||||||
String errInfo = "success";
|
String errInfo = "success";
|
||||||
|
@ -120,6 +122,7 @@ public class AppHotworkController extends BaseController {
|
||||||
|
|
||||||
@RequestMapping("/nextStep")
|
@RequestMapping("/nextStep")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
|
@LogAnno(menuType= "手机",menuServer= "动火作业",instructionsOperate = "动火作业",instructionsType = "通过")
|
||||||
public Object nextStep(@RequestParam(value="file",required=false) MultipartFile file) throws Exception {
|
public Object nextStep(@RequestParam(value="file",required=false) MultipartFile file) throws Exception {
|
||||||
Map<String,Object> map = new HashMap<>();
|
Map<String,Object> map = new HashMap<>();
|
||||||
String errInfo = "success";
|
String errInfo = "success";
|
||||||
|
@ -132,6 +135,7 @@ public class AppHotworkController extends BaseController {
|
||||||
|
|
||||||
@RequestMapping("/accept")
|
@RequestMapping("/accept")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
|
@LogAnno(menuType= "手机",menuServer= "动火作业",instructionsOperate = "动火作业",instructionsType = "验收归档")
|
||||||
public Object accept() throws Exception {
|
public Object accept() throws Exception {
|
||||||
Map<String,Object> map = new HashMap<>();
|
Map<String,Object> map = new HashMap<>();
|
||||||
String errInfo = "success";
|
String errInfo = "success";
|
||||||
|
|
Loading…
Reference in New Issue