Antiloveg 8 年 前
コミット
43bb926b01
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/main/java/com/goafanti/common/controller/PortalController.java

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

@@ -193,6 +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());
 					}
 				}
 				mv.addObject("similarList", similarList);