合并分区

This commit is contained in:
bao
2025-12-23 00:37:34 +08:00
parent 3485577874
commit fcdba51570

View File

@@ -166,7 +166,7 @@ public class PostServiceImpl implements PostService {
*/
@Override
public void deletePostById(Integer postId) {
postMapper.deletePostById(postId);
postMapper.deletePostById(Long.valueOf(postId));
}
@Override