Commit 98537740 by 徐高华

刷新好友

parent ee2e3935
...@@ -174,7 +174,9 @@ public class StaffClerkRelationServiceImpl implements StaffClerkRelationService ...@@ -174,7 +174,9 @@ public class StaffClerkRelationServiceImpl implements StaffClerkRelationService
logger.info("查询到成员的主门店导购={},{}",staffId,newClerkId); logger.info("查询到成员的主门店导购={},{}",staffId,newClerkId);
} }
}else { }else {
needFlush = true ; if(multipleFlag) {
needFlush = true ;
}
} }
} }
// 删除关联关系 // 删除关联关系
......
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