Commit 3d548466 authored by jiaorz's avatar jiaorz

后台添加IM接口

parent 530230f2
......@@ -363,11 +363,7 @@ public class MsgBiz {
}
//来源
if (msgQueryDto.getSource() != null) {
if (msgQueryDto.getSource() == 1) {
query.addCriteria(Criteria.where("source").is(msgQueryDto.getSource()));
} else {
query.addCriteria(Criteria.where("source").is(msgQueryDto.getSource()).orOperator(Criteria.where("source").is(null)));
}
}
//下单时间
if (msgQueryDto.getStartTime() != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment