吉安感知网项目-后端
xiebin
2026-01-23 95ccbb1a733a76b35963e1452e6a7364ba92d170
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/controller/GdManageDeviceController.java
@@ -104,7 +104,7 @@
    */
   @PostMapping("/submitExternal")
   @ApiOperationSupport(order = 6)
   @ApiOperation(value = "新增或修改", notes = "传入gdManageDevice")
   @ApiOperation(value = "新增或修改", notes = "传入gdManageDevice,设备编码相同则修改")
   public R submitExternal(@Valid @RequestBody GdManageDeviceDTO gdManageDevice) throws Exception {
      if (StringUtil.isBlank(gdManageDevice.getDeviceSn())) {