|
|
@@ -16,6 +16,7 @@ import org.springframework.stereotype.Service;
|
|
|
import com.goafanti.common.bo.Error;
|
|
|
import com.goafanti.common.dao.ContractTaskLogMapper;
|
|
|
import com.goafanti.common.dao.OrganizationContactBookMapper;
|
|
|
+import com.goafanti.common.dao.PatentNewMapper;
|
|
|
import com.goafanti.common.dao.RoleMapper;
|
|
|
import com.goafanti.common.dao.RolePermissionMapper;
|
|
|
import com.goafanti.common.dao.RoleResourcesMapper;
|
|
|
@@ -55,6 +56,8 @@ public class NewRoleServiceImpl extends BaseMybatisDao<RoleMapper> implements Ne
|
|
|
@Autowired
|
|
|
UserBusinessMapper userBusinessMapper;
|
|
|
@Autowired
|
|
|
+ PatentNewMapper patentNewMapper;
|
|
|
+ @Autowired
|
|
|
OrganizationContactBookMapper organizationContactBookMapper;
|
|
|
@Autowired
|
|
|
TOrderTaskMapper tOrderTaskMapper;
|
|
|
@@ -198,7 +201,8 @@ public class NewRoleServiceImpl extends BaseMybatisDao<RoleMapper> implements Ne
|
|
|
userMapper.updateDimissionTransfer(aid,transferId);
|
|
|
}
|
|
|
if (s==roleResources.QDYW.getCode()) {
|
|
|
- tOrderNewMapper.updateSalesmanId(aid,transferId);
|
|
|
+ tOrderNewMapper.updateSalesmanId(aid, transferId);
|
|
|
+ patentNewMapper.updateAdmin(aid,transferId);
|
|
|
roleResourcesMapper.updateLockRelease("1",aid,transferId);//将业务锁转给指定人
|
|
|
}
|
|
|
if (s==roleResources.XMRW.getCode()) {
|