feat: There is no way the, d
This commit is contained in:
-1
@@ -1364,7 +1364,6 @@ public class SearchCenterServiceImpl implements SearchCenterService {
|
|||||||
value = value.toUpperCase();
|
value = value.toUpperCase();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
System.out.println(dicMap.get(value));
|
|
||||||
if (dicMap.containsKey(value) && dicMap.get(value) != null && !"".equals(dicMap.get(value))){
|
if (dicMap.containsKey(value) && dicMap.get(value) != null && !"".equals(dicMap.get(value))){
|
||||||
real = value + " " + select;
|
real = value + " " + select;
|
||||||
}else {
|
}else {
|
||||||
|
|||||||
Reference in New Issue
Block a user