智慧保安后台管理-外网
tangzy
2021-08-31 fd4e3e2d5343a01a4f24e256f5fe21728e4d1536
src/main/java/org/springblade/modules/apply/mapper/ApplyMapper.java
@@ -125,4 +125,11 @@
    * @return
    */
   List<ApplyVO> getTrainDetailList(Long id);
   /**
    * 查询报名信息,取最新的一条(即当前userId,)applyId最大的一条记录
    * @param userId
    * @return
    */
   Apply getMaxApplyIdByUserIdInfo(@Param("userId") Long userId);
}