摘要:
1、selectById 根据主键查询一个对象,如果没有查到,则返回null: GxySchoolDto isExist = gxySchoolMapper.selectById(schoolEntity.getSchoolId());2、selectOne 根据 查询对象 queryWrapper 阅读全文
摘要:
输出: 今天你签到了吗? 张三老师提醒你,记得及时签到哦 阅读全文
摘要:
GxyJobEntity gxyJobEntity1 = new GxyJobEntity(); gxyJobEntity1.setUserId("user001"); gxyJobEntity1.setPlanId("plan001"); gxyJobEntity1.setStudentId("s 阅读全文