chenrui
2025-03-21 82a57fc77fc3f170c436f205761113c1178d7a7f
user-server/src/main/java/com/yuanchu/mom/service/impl/CustomServiceImpl.java
@@ -41,7 +41,7 @@
    }
    @Override
    public int delCustomById(Integer id) {
    public int delCustomById(Long id) {
        return customMapper.deleteById(id);
    }