技师列表PC
This commit is contained in:
parent
febf835c48
commit
88257c5bd8
|
@ -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){
|
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);
|
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<>();
|
List<Long> userIdList = new ArrayList<>();
|
||||||
if(classifyId!=null && !classifyId.equals("")){
|
if(classifyId!=null && !classifyId.equals("")){
|
||||||
String[] classifyIdArr = classifyId.split(",");
|
String[] classifyIdArr = classifyId.split(",");
|
||||||
|
|
Loading…
Reference in New Issue