Explorar o código

离职一键转交项目修改

Signed-off-by: anderx <312518615@qq.com>
anderx %!s(int64=5) %!d(string=hai) anos
pai
achega
0bd5b55612

+ 17 - 14
src/main/java/com/goafanti/permission/service/impl/NewRoleServiceImpl.java

@@ -17,6 +17,7 @@ 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 +46,35 @@ 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 ContractTaskLogMapper	contractTaskLogMapper;
 	@Autowired
-	UserBusinessMapper		userBusinessMapper;
+	private UserBusinessMapper		userBusinessMapper;
 	@Autowired
-	PatentNewMapper			patentNewMapper;
+	private PatentNewMapper			patentNewMapper;
 	@Autowired
-	OrganizationContactBookMapper	organizationContactBookMapper;
+	private OrganizationContactBookMapper	organizationContactBookMapper;
 	@Autowired
-	TOrderTaskMapper	tOrderTaskMapper;
+	private TOrderTaskMapper	tOrderTaskMapper;
 	@Autowired
-	TOrderNewMapper	tOrderNewMapper;
+	private TOrderNewMapper	tOrderNewMapper;
 	@Autowired
-	TTaskLogMapper	tTaskLogMapper;
+	private TTaskLogMapper	tTaskLogMapper;
 	@Autowired
-	TOrderMidMapper	tOrderMidMapper;
+	private TOrderMidMapper	tOrderMidMapper;
+	@Autowired
+	private OrderExamineMapper	orderExamineMapper;
 	@Override
 	public Pagination<RoleBo> findRoles(RoleBo role, Integer pageNo, Integer pageSize) {
 		SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");