解码手机号失败的情况日志

附近一千米的type
This commit is contained in:
2024-05-30 13:44:39 +08:00
parent 00710c3ee8
commit 2e422ae6b1
2 changed files with 7 additions and 1 deletions

View File

@@ -187,6 +187,7 @@ public class ProductService {
homeDto.setSize(4);
}
if (homeDto.getType().equals("near")) {
homeDto.setType("");
homeDto.setDistanceInKm("1");
}
PageHelper.startPage(homeDto.getPage(), homeDto.getSize());