Browse Source

Merge branch 'test' into test2

anderx 1 year ago
parent
commit
0aecaab505

+ 1 - 1
src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

@@ -1393,7 +1393,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
 			flag = addUserLock(uid, TokenManager.getAdminId(), now, uList); // 指定用户锁定客户
 			addUserTransferLog(uid, TokenManager.getAdminId(), null,1, null, now, uList);
 			updateUserMid(aid,uid,0,null);
-			organizationContactBookMapper.updateAdmin(uid,aid);
+//			organizationContactBookMapper.updateAdmin(uid,aid);
 			//转交
 		} else if (typeFlag) {