Commit 837fe560 authored by jiaorz's avatar jiaorz

后台添加IM接口

parent 3d548466
...@@ -363,7 +363,9 @@ public class MsgBiz { ...@@ -363,7 +363,9 @@ public class MsgBiz {
} }
//来源 //来源
if (msgQueryDto.getSource() != null) { if (msgQueryDto.getSource() != null) {
if (msgQueryDto.getSource() == 1) {
query.addCriteria(Criteria.where("source").is(msgQueryDto.getSource())); query.addCriteria(Criteria.where("source").is(msgQueryDto.getSource()));
}
} }
//下单时间 //下单时间
if (msgQueryDto.getStartTime() != 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