This commit is contained in:
2024-03-07 16:35:34 +08:00
parent 5aa2fcc713
commit 50fc7cdf96
2 changed files with 7 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ public class JumpController extends BaseController {
return response;
}
// 针对汇鑫大厦的用户,自动加入集团中
private void addMember2MemberGroup(String memberId, PileConnectorVO vo) {
if (vo == null || StringUtils.isBlank(memberId)) {
return;