@@ -324,7 +324,7 @@ public interface StudentRegistrationDao extends BaseDAO<Long, StudentRegistratio
*
* @return
*/
- List<StudentRegisterPerDto> queryStudentPer1(@Param("teantId") Integer tenantId, @Param("month")String month);
+ List<StudentRegisterPerDto> queryStudentPer1(@Param("tenantId") Integer tenantId, @Param("month")String month);
/**
* 获取乐团报名信息和学校信息
@@ -287,7 +287,7 @@ public class CloudTeacherOrderServiceImpl extends BaseServiceImpl<Long, CloudTea
}
bucket.delete();
- log.info(" 云教练 支付 失败 >>>>> ", i);
+ log.info(" 云教练 支付 失败 >>>>> {} ", i);
return false;