puzhibing
2024-11-11 cae4ecd126dd22764eeb696aa31707e98ed9e560
cloud-server-account/src/main/java/com/dsh/account/service/StudentHonorService.java
@@ -17,7 +17,7 @@
 */
public interface StudentHonorService extends IService<StudentHonor> {
    List<GongVo> queryStuOfMedalData(Integer stuId);
    List<GongVo> queryStuOfMedalData(Integer stuId, Integer appUserId);
    List<StuMedalVo> queryHonorDetails(Integer appUserId);