Commit abd3387d authored by jiaorz's avatar jiaorz

后台添加IM接口

parent f734cbd1
......@@ -365,6 +365,8 @@ 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(2));
}
}
//下单时间
......
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