src/main/java/com/lf/server/mapper/show/ApplyMapper.java
@@ -1,6 +1,7 @@ package com.lf.server.mapper.show; import com.lf.server.entity.show.ApplyEntity; import com.lf.server.entity.sys.UserEntity; import org.apache.ibatis.annotations.Mapper; import org.springframework.stereotype.Repository; @@ -47,6 +48,14 @@ public ApplyEntity selectById(int id); /** * 根据单位ID查询用户 * * @param depid 单位ID * @return 用户 */ public UserEntity selectUserByDepid(Integer depid); /** * 插入一条 * * @param entity