11 2021 档案
摘要:先看下实体类格式 @Document("flow_data") public class FlowData { @ApiModelProperty("主键id") private ObjectId id;//ID @ApiModelProperty("审批编号") @Indexed private
阅读全文
摘要:1. query.addCriteria(Criteria.where("_id").is(id).and("isDelete").is(0).and("comments").elemMatch(Criteria.where("commentId").is(commentId).and("userI
阅读全文
浙公网安备 33010602011771号