Commit cf245087 by 徐高华

单向好友查询

parent c6f9fabd
...@@ -54,6 +54,8 @@ public class WechatWorkLostDetailQO implements Serializable { ...@@ -54,6 +54,8 @@ public class WechatWorkLostDetailQO implements Serializable {
*/ */
private Integer delType; private Integer delType;
private Integer delIsSingle ;
/** /**
* 排序类型 1 正序 2 倒序 * 排序类型 1 正序 2 倒序
...@@ -119,5 +121,8 @@ public class WechatWorkLostDetailQO implements Serializable { ...@@ -119,5 +121,8 @@ public class WechatWorkLostDetailQO implements Serializable {
if (Objects.nonNull(delType)) { if (Objects.nonNull(delType)) {
jsonObject.put("delType", delType); jsonObject.put("delType", delType);
} }
if(Objects.nonNull(delIsSingle) && -1 != delIsSingle) {
jsonObject.put("delIsSingle",delIsSingle) ;
}
} }
} }
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