zjh
2024-12-25 29c5eb14d235b431714d17b8043149a4c6bd688b
ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjCustomerController.java
@@ -637,6 +637,6 @@
    @DeleteMapping("/{cusIds}")
    @ApiOperation(value = "删除客户")
    public AjaxResult remove(@PathVariable @ApiParam(value = "所删除客户的id") Long[] cusIds) {
        return toAjax(tjCustomerService.deleteTjCustomerByCusIds(cusIds));
        return toAjax(tjCustomerService.removeByIds(Arrays.asList(cusIds)));
    }
}