技师列表PC

This commit is contained in:
曹磊 2024-08-24 14:39:00 +08:00
parent febf835c48
commit 88257c5bd8
1 changed files with 0 additions and 10 deletions

View File

@ -345,16 +345,6 @@ public class ArtificerServiceImpl extends ServiceImpl<ArtificerDao, Artificer> i
Integer by,Integer status,String city,String classifyId,String phone,Integer user, Integer isStart,Integer technicianType,String isBack, Integer isGoods){
Page<Artificer> pages=new Page<>(page,limit);
if(StringUtils.isEmpty(longitude)){
longitude = "125.430896";
}
if(StringUtils.isEmpty(latitude)){
latitude = "43.880798";
}
if(StringUtils.isEmpty(city)||StringUtils.equals("请选择城市",city)){
city = "长春市";
}
List<Long> userIdList = new ArrayList<>();
if(classifyId!=null && !classifyId.equals("")){
String[] classifyIdArr = classifyId.split(",");