Antiloveg 8 years ago
parent
commit
420dd18228

+ 1 - 1
src/main/java/com/goafanti/common/controller/PortalController.java

@@ -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);