|
|
@@ -16,7 +16,7 @@ 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;
|
|
|
import com.goafanti.common.dao.RoleMapper;
|
|
|
@@ -45,33 +45,33 @@ import com.goafanti.permission.service.NewRoleService;
|
|
|
@Service
|
|
|
public class NewRoleServiceImpl extends BaseMybatisDao<RoleMapper> implements NewRoleService {
|
|
|
@Autowired
|
|
|
- RoleMapper roleMapper;
|
|
|
+ private RoleMapper roleMapper;
|
|
|
@Autowired
|
|
|
- UserMapper userMapper;
|
|
|
+ private UserMapper userMapper;
|
|
|
@Autowired
|
|
|
- AdminMapper adminMapper;
|
|
|
+ private AdminMapper adminMapper;
|
|
|
@Autowired
|
|
|
- UserRoleMapper userRoleMapper;
|
|
|
+ private UserRoleMapper userRoleMapper;
|
|
|
@Autowired
|
|
|
- RolePermissionMapper rolePermissionMapper;
|
|
|
+ private RolePermissionMapper rolePermissionMapper;
|
|
|
@Autowired
|
|
|
- RoleResourcesMapper roleResourcesMapper;
|
|
|
+ private RoleResourcesMapper roleResourcesMapper;
|
|
|
@Autowired
|
|
|
- ContractTaskLogMapper contractTaskLogMapper;
|
|
|
+ private UserBusinessMapper userBusinessMapper;
|
|
|
@Autowired
|
|
|
- UserBusinessMapper userBusinessMapper;
|
|
|
+ private PatentNewMapper patentNewMapper;
|
|
|
@Autowired
|
|
|
- PatentNewMapper patentNewMapper;
|
|
|
+ private OrganizationContactBookMapper organizationContactBookMapper;
|
|
|
@Autowired
|
|
|
- OrganizationContactBookMapper organizationContactBookMapper;
|
|
|
+ private TOrderTaskMapper tOrderTaskMapper;
|
|
|
@Autowired
|
|
|
- TOrderTaskMapper tOrderTaskMapper;
|
|
|
+ private TOrderNewMapper tOrderNewMapper;
|
|
|
@Autowired
|
|
|
- TOrderNewMapper tOrderNewMapper;
|
|
|
+ private TTaskLogMapper tTaskLogMapper;
|
|
|
@Autowired
|
|
|
- TTaskLogMapper tTaskLogMapper;
|
|
|
+ private TOrderMidMapper tOrderMidMapper;
|
|
|
@Autowired
|
|
|
- TOrderMidMapper tOrderMidMapper;
|
|
|
+ private OrderExamineMapper orderExamineMapper;
|
|
|
@Override
|
|
|
public Pagination<RoleBo> findRoles(RoleBo role, Integer pageNo, Integer pageSize) {
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
@@ -222,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()) {
|