Lius
5 天以前 b538bc3980de0b31aec6500aa900cac8e39a6be7
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamThirdMaintenanceOrderController.java
@@ -205,8 +205,8 @@
    * @param ids
    * @return
    */
   @AutoLog(value = "周保工单-批量作废")
   @ApiOperation(value = "周保工单-批量作废", notes = "周保工单-批量作废")
   @AutoLog(value = "设备三级保养-批量作废")
   @ApiOperation(value = "设备三级保养-批量作废", notes = "设备三级保养-批量作废")
   @DeleteMapping(value = "/abolishBatch")
   public Result<?> abolishBatch(@RequestParam(name = "ids", required = true) String ids) {
      List<String> list = Arrays.asList(ids.split(","));
@@ -228,8 +228,8 @@
    * @param ids
    * @return
    */
   @AutoLog(value = "周保工单-批量领取")
   @ApiOperation(value = "周保工单-批量领取", notes = "周保工单-批量领取")
   @AutoLog(value = "设备三级保养-批量领取")
   @ApiOperation(value = "设备三级保养-批量领取", notes = "设备三级保养-批量领取")
   @DeleteMapping(value = "/collectBatch")
   public Result<?> collectBatch(@RequestParam(name = "ids", required = true) String ids) {
      List<String> list = Arrays.asList(ids.split(","));