|
|
@@ -16,7 +16,6 @@ import org.springframework.stereotype.Service;
|
|
|
import com.goafanti.common.bo.Error;
|
|
|
import com.goafanti.common.constant.AFTConstants;
|
|
|
import com.goafanti.common.dao.AdminMapper;
|
|
|
-import com.goafanti.common.dao.ContractTaskLogMapper;
|
|
|
import com.goafanti.common.dao.OrderExamineMapper;
|
|
|
import com.goafanti.common.dao.OrganizationContactBookMapper;
|
|
|
import com.goafanti.common.dao.PatentNewMapper;
|
|
|
@@ -58,8 +57,6 @@ public class NewRoleServiceImpl extends BaseMybatisDao<RoleMapper> implements Ne
|
|
|
@Autowired
|
|
|
private RoleResourcesMapper roleResourcesMapper;
|
|
|
@Autowired
|
|
|
- private ContractTaskLogMapper contractTaskLogMapper;
|
|
|
- @Autowired
|
|
|
private UserBusinessMapper userBusinessMapper;
|
|
|
@Autowired
|
|
|
private PatentNewMapper patentNewMapper;
|
|
|
@@ -225,6 +222,7 @@ public class NewRoleServiceImpl extends BaseMybatisDao<RoleMapper> implements Ne
|
|
|
if (type!=-1) {
|
|
|
tOrderTaskMapper.updateDimissionTransfer(aid,transferId,type);
|
|
|
tTaskLogMapper.updateDimissionTransfer(aid,transferId);
|
|
|
+ orderExamineMapper.updateDimissionTransfer(aid,transferId);
|
|
|
}
|
|
|
}
|
|
|
if (s!=roleResources.QDYW.getCode()) {
|