update mybatis-plus 3.4.3 => 3.4.3.3 适配升级 (包含不兼容升级) 请详细阅读 mybatis-plus 官方升级文档

This commit is contained in:
疯狂的狮子li
2021-09-06 10:19:58 +08:00
parent ab4b75fe30
commit e7f83fb695
12 changed files with 22 additions and 27 deletions

View File

@ -69,7 +69,7 @@ public interface ISysPostService extends IService<SysPost> {
* @param postId 岗位ID
* @return 结果
*/
public int countUserPostById(Long postId);
public long countUserPostById(Long postId);
/**
* 删除岗位信息