| | |
| | | import com.product.file.config.CmnConst; |
| | | import com.product.file.service.ide.IDocumentService; |
| | | import com.product.module.sys.entity.SystemUser; |
| | | import com.product.org.admin.service.OrganizationServiceV2; |
| | | import com.product.util.BaseUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | |
| | | |
| | | @Autowired |
| | | DocumentDirectoryService documentDirectoryService; |
| | | @Autowired |
| | | OrganizationServiceV2 organizationServiceV2; |
| | | |
| | | @Override |
| | | @Transactional |
| | |
| | | |
| | | public boolean verifyOrgExist(String org, Integer user_id) { |
| | | String this_user = String.valueOf(user_id); |
| | | String[][] orgArr = organizationServiceV2.decomposesMultipleTypeValues(org); |
| | | String[][] orgArr = BaseUtil.decomposesMultipleTypeValues(org); |
| | | String[] user = orgArr[3]; |
| | | if (null != user) { |
| | | for (int i = 0; i < user.length; i++) { |