吉安感知网项目-后端
xiebin
2026-01-14 ac3d3e016125892964104f9b4d06978fa8d71063
drone-service/drone-fw/src/main/java/org/sxkj/fw/device/controller/FwDeviceMaintainPlanController.java
@@ -96,6 +96,9 @@
   @ApiOperationSupport(order = 3)
   @ApiOperation(value = "新增或修改", notes = "传入fwDeviceMaintainPlan")
   public R submit(@Valid @RequestBody FwDeviceMaintainPlanDTO fwDeviceMaintainPlan) {
      if (null == fwDeviceMaintainPlan.getDeviceId()) {
         return R.fail("参数错误");
      }
      return R.status(fwDeviceMaintainPlanService.saveOrUpdate(FwDeviceMaintainPlanWrapper.build().entityDTO(fwDeviceMaintainPlan)));
   }