Merge branch 'develop_migration' into 'develop_master'

feat: There is no way the, d

See merge request LiuChao/foton-slrs-system-rest!460
This commit is contained in:
super_liu
2022-04-29 10:41:31 +08:00
@@ -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 {