Commit 931fef35 by 徐高华

log

parent b1e22ff2
...@@ -75,6 +75,7 @@ public class WxUserAddLogServiceImpl implements WxUserAddLogService { ...@@ -75,6 +75,7 @@ public class WxUserAddLogServiceImpl implements WxUserAddLogService {
entity.setLogId(UniqueIdUtils.uniqueLong()); entity.setLogId(UniqueIdUtils.uniqueLong());
if(qdto.isDelClerkFlag()) { if(qdto.isDelClerkFlag()) {
entity.setStatusFlag(3); entity.setStatusFlag(3);
entity.setAddChannel(0);
}else { }else {
entity.setStatusFlag(2); entity.setStatusFlag(2);
// 是否所有好友删除 1是0否 // 是否所有好友删除 1是0否
......
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