| | |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.zy.acs.common.constant.CommonConstant; |
| | | import com.zy.acs.common.utils.QrCodeCodecSupport; |
| | | import com.zy.acs.common.utils.Utils; |
| | | import com.zy.acs.framework.common.Cools; |
| | | import com.zy.acs.framework.common.R; |
| | |
| | | } |
| | | RouteExcel excelDto = Cools.convert(one, RouteExcel.class); |
| | | |
| | | Code code0 = codeService.getCacheByData(Utils.zeroFill(excelDto.getStartCode(), CommonConstant.QR_CODE_LEN)); |
| | | Code code1 = codeService.getCacheByData(Utils.zeroFill(excelDto.getEndCode(), CommonConstant.QR_CODE_LEN)); |
| | | Code code0 = codeService.getCacheByData(excelDto.getStartCode()); |
| | | Code code1 = codeService.getCacheByData(excelDto.getEndCode()); |
| | | |
| | | if (null == code0 || null == code1) { continue; } |
| | | |