| | |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.stereotype.Component; |
| | | import com.zy.acs.common.utils.News; |
| | | |
| | | import javax.annotation.PostConstruct; |
| | | import java.util.ArrayList; |
| | |
| | | this.floydMatrix = JSON.parseObject(floydMatrixStr, Double[][].class); |
| | | } else { |
| | | |
| | | log.info("【FLOYD】正在计算矩阵数据......"); |
| | | News.info("【FLOYD】正在计算矩阵数据......"); |
| | | List<Code> codeList = codeService.list(new LambdaQueryWrapper<Code>().eq(Code::getStatus, 1).eq(Code::getDeleted, false)); |
| | | |
| | | int size = codeList.size(); |
| | |
| | | } |
| | | return floydMatrix; |
| | | } |
| | | } |
| | | } |