zjj
9 天以前 55179dccab63dcd201808000b761008c0b0f25e3
rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/AsnOrderController.java
@@ -123,7 +123,6 @@
        if (Objects.isNull(ids) || ids.length == 0) {
            return R.error("参数不能为空!!");
        }
        return asnOrderService.removeOrders(Arrays.asList(ids));
    }