智慧保安后台管理-外网
Administrator
2021-08-24 c9424db1c23fcddd6f4eabdb5e3ef51d2c208613
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);
}