|
|
@@ -193,7 +193,7 @@ public class PortalController extends BaseController {
|
|
|
String ocity = bo.getOcity();
|
|
|
olocation += (StringUtils.isBlank(oprovince) ? "" : oprovince) + (StringUtils.isBlank(ocity) ? "" : ocity);
|
|
|
bo.setLocation(StringUtils.isNotBlank(ulocation) ? ulocation : (StringUtils.isNotBlank(olocation) ? olocation : ""));
|
|
|
- System.out.println(bo.getLocation());
|
|
|
+ System.out.println("--------????????????--------------------" + bo.getLocation() + "------------------------------");
|
|
|
}
|
|
|
}
|
|
|
mv.addObject("similarList", similarList);
|