|
|
@@ -399,7 +399,7 @@ public class AdminServiceImpl extends BaseMybatisDao<AdminMapper> implements Adm
|
|
|
int i=userLockReleaseMapper.updatePrivateBusinessTransfer( inputId, uid, pid,aid);
|
|
|
if (i>0) {
|
|
|
List<BusinessListBo> l=userBusinessMapper.selectBusinessProjectByUAPid(uid, inputId, pid);
|
|
|
- if (!l.isEmpty()) {
|
|
|
+ if (l.isEmpty()) {
|
|
|
UserBusiness ub=new UserBusiness();
|
|
|
ub.setId(UUID.randomUUID().toString());
|
|
|
ub.setAid(inputId);
|