|
@@ -5,6 +5,7 @@ import com.zhongzheng.modules.inform.bo.InformUserQueryBo;
|
|
|
import com.zhongzheng.modules.inform.domain.InformUser;
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
import com.zhongzheng.modules.inform.vo.InformUserVo;
|
|
|
+import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
@@ -19,4 +20,6 @@ public interface InformUserMapper extends BaseMapper<InformUser> {
|
|
|
List<InformUserVo> queryUserList(InformUserQueryBo bo);
|
|
|
|
|
|
List<ExamUserApplyVo> listUserApply();
|
|
|
+
|
|
|
+ Long selectGradeId(@Param("goodsId") Long goodsId,@Param("userId") Long userId);
|
|
|
}
|