|
|
@@ -187,11 +187,12 @@ public class PortalController extends BaseController {
|
|
|
String uprovince = bo.getUprovince();
|
|
|
String ucity = bo.getUcity();
|
|
|
ulocation += (StringUtils.isBlank(uprovince) ? "" : uprovince) + (StringUtils.isBlank(ucity) ? "" : ucity);
|
|
|
-
|
|
|
+ System.out.println("--------????????????--------------------" + ulocation + "------------------------------");
|
|
|
String olocation = "";
|
|
|
String oprovince = bo.getOprovince();
|
|
|
String ocity = bo.getOcity();
|
|
|
olocation += (StringUtils.isBlank(oprovince) ? "" : oprovince) + (StringUtils.isBlank(ocity) ? "" : ocity);
|
|
|
+ System.out.println("--------????????????--------------------" + olocation + "------------------------------");
|
|
|
bo.setLocation(StringUtils.isNotBlank(ulocation) ? ulocation : (StringUtils.isNotBlank(olocation) ? olocation : ""));
|
|
|
System.out.println("--------????????????--------------------" + bo.getLocation() + "------------------------------");
|
|
|
}
|