feat: There is no way the, d

This commit is contained in:
super_liu
2022-04-29 08:11:48 +08:00
parent a50b18728d
commit c616b2fa8a
@@ -1364,7 +1364,6 @@ public class SearchCenterServiceImpl implements SearchCenterService {
value = value.toUpperCase();
}
}
System.out.println(dicMap.get(value));
if (dicMap.containsKey(value) && dicMap.get(value) != null && !"".equals(dicMap.get(value))){
real = value + " " + select;
}else {