update mp化

This commit is contained in:
疯狂的狮子li
2021-04-13 17:14:50 +08:00
parent 20d40ea691
commit 876a06a9cd
29 changed files with 129 additions and 556 deletions

View File

@ -19,14 +19,6 @@ public interface SysUserPostMapper extends BaseMapper<SysUserPost> {
*/
public int deleteUserPostByUserId(Long userId);
/**
* 通过岗位ID查询岗位使用数量
*
* @param postId 岗位ID
* @return 结果
*/
public int countUserPostById(Long postId);
/**
* 批量删除用户和岗位关联
*