Commit cc4677c3 by xiongjiangtao

群聊统计

parent 398ee16d
......@@ -105,6 +105,9 @@ public class SingleChatDetailReq implements Serializable {
if (StringUtils.isNotBlank(vagueQueryClerk)) {
jsonObject.put("vagueQueryClerk", vagueQueryClerk);
}
if (StringUtils.isNotBlank(content)) {
jsonObject.put("content", content);
}
if (StringUtils.isNotBlank(vagueQueryUser)) {
jsonObject.put("vagueQueryUser", vagueQueryUser);
}
......
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