|
@@ -25,6 +25,11 @@ public class AppXunjianController {
|
|
|
return AjaxResult.success(appXunjianService.getXunjianItems(vo));
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 巡查上报
|
|
|
+ * @param vo
|
|
|
+ * @return
|
|
|
+ */
|
|
|
@PostMapping("submitXunjian")
|
|
|
public AjaxResult submitXunjian(@RequestBody AppXunjianVO vo) {
|
|
|
return appXunjianService.submitXunjian(vo);
|
|
@@ -89,6 +94,11 @@ public class AppXunjianController {
|
|
|
return appXunjianService.getFCTZSdetail(vo);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 整改完成
|
|
|
+ * @param vo
|
|
|
+ * @return
|
|
|
+ */
|
|
|
@PostMapping("changeInspection")
|
|
|
public AjaxResult changeInspection(@RequestBody AppXunjianInspectionVO vo) {
|
|
|
return appXunjianService.changeInspection(vo);
|