摘要:
一: foreach 用于 select * from tablename where colname in (A,B,C……); 1:service 层: 阅读全文
摘要:
Executing aggregation: [ { "$match" : { "planId" : { "$in" : [ "176715c10b0960b161c6181e0532e779" , "3ffb1d4e001135129ede50d1678e5769" , "496af0ea0bdb 阅读全文
摘要:
db.getCollection('gxyWarnEntity').find({ "schoolId" : "f11c8ea12f457dbc19c768a8bb6357f8", "batchId" : "594f724d6974c107bd702cc6ef39183a", "$or" : [{ " 阅读全文
摘要:
mongodb 的 enterprise 集合存储企业信息: 集合的javaBean: 使用 @TextIndexed 注解给企业名称加上文本索引 ,拥有text index的collection才支持全文检索 。 查询的java 代码: db.getCollection('enterprise') 阅读全文
摘要:
时间 参数在 postman 中发送的形式如上(字符串的形式): 在Controller 中定义的字段: 阅读全文
摘要:
一: 发送:rabbitSender.addSignWarnConfig(schoolDto); 二: 在 RabbitSender 文件中发送消息到mq中(在不同的服务中发送的是字符串): 阅读全文
摘要:
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 阅读全文
摘要:
mongodb 表 mogu_attendance 的集合如上: 按照 orgEntity 中的字段比如 schoolId 查询: mongodb查询如下: db.getCollection('mogu_attendance').find( { "orgEntity.schoolId" : "f11 阅读全文