修改bug提交

master^2
weizhongxi 3 years ago
parent eb1800335a
commit e8e2a8a907

@ -311,7 +311,7 @@ public class ABDownTask {
// 匹配城市 // 匹配城市
if (Base64.decodeStr(list.getMobile()).length() == 11) { if (Base64.decodeStr(list.getMobile()).length() == 11) {
String substring = StringUtils.substring(list.getMobile(), 0, list.getMobile().length() - 4); String substring = StringUtils.substring(Base64.decodeStr(list.getMobile()), 0, Base64.decodeStr(list.getMobile()).length() - 4);
String matchCity = phonesRepository.findByNumber(substring); String matchCity = phonesRepository.findByNumber(substring);
if (StringUtils.isNotBlank(matchCity)) { if (StringUtils.isNotBlank(matchCity)) {
formMapT.put("city", matchCity.trim()); formMapT.put("city", matchCity.trim());

Loading…
Cancel
Save