Merge branch 'dev_custom_map' of gitlab.zhidaoauto.com:ecos/yycp-service/Launcher into dev_custom_map

This commit is contained in:
wangcongtao
2020-06-18 15:27:51 +08:00

View File

@@ -530,7 +530,7 @@ public class ObjectUtils {
}
public static Query fromMogo(MogoPoiSearchQuery query ) {
if ( query == null ) {
if ( query == null || query.getQuery() == null) {
return null;
}
Query psq = new Query(query.getQuery(), "", "");