第三次提交

master^2
weizhongxi 3 years ago
parent abe4e66ad7
commit eb1800335a

@ -300,7 +300,7 @@ public class ABDownTask {
}
}
if (countToken >= 3 || "".equals(tokenT)) {
log.error("========== [ABDownTask|runTaskTuboShu update send status fail, url is {} ] ==========", tuBoShuUrl);
log.error("========== [ABDownTask|runTaskTuboShu update send status fail, url is {} ] ==========", tuBoShuTokenUrl);
return Boolean.FALSE;
}
@ -310,7 +310,7 @@ public class ABDownTask {
list -> {
// 匹配城市
if (list.getMobile().length() == 11) {
if (Base64.decodeStr(list.getMobile()).length() == 11) {
String substring = StringUtils.substring(list.getMobile(), 0, list.getMobile().length() - 4);
String matchCity = phonesRepository.findByNumber(substring);
if (StringUtils.isNotBlank(matchCity)) {

Loading…
Cancel
Save