xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/mapper/DrivingRecordMapper.java
@@ -20,4 +20,7 @@ @Select("select sum(likes) from t_driving_record where user_id=#{userId}") Integer sumLikeByUserId(String userId); @Select("select count(id) from t_driving_record where yin_huan=1") int count2(); }