no message
This commit is contained in:
parent
4c801f007a
commit
477f252fd1
|
|
@ -127,7 +127,9 @@ public class WorkerAreaController extends BaseController {
|
|||
}
|
||||
|
||||
ids.add(String.valueOf(area.getStreetId()));
|
||||
countryMap.put(area.getDistrictId(), ids);
|
||||
if (area.getDistrictId()!=null){
|
||||
countryMap.put(area.getDistrictId(), ids);
|
||||
}
|
||||
}
|
||||
|
||||
List<WorkerArea> result = new ArrayList<>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue