添加设备数据模块
This commit is contained in:
@ -564,9 +564,9 @@ public class ProjectServiceImpl implements IProjectService
|
||||
queryInAdcodeList.add(JSONUtil.parseArray(sysDept.getTownCode()).get(0));
|
||||
}
|
||||
//添加村代码
|
||||
if(JsonStrUtil.nonEmptyArray(sysDept.getVillageCode())){
|
||||
queryInAdcodeList.add(JSONUtil.parseArray(sysDept.getVillageCode()).get(0));
|
||||
}
|
||||
// if(JsonStrUtil.nonEmptyArray(sysDept.getVillageCode())){
|
||||
// queryInAdcodeList.add(JSONUtil.parseArray(sysDept.getVillageCode()).get(0));
|
||||
// }
|
||||
//村级查户级别行政区划
|
||||
queryInLevelList.add(DepartmentAdministrationLevelConstant.VILLAGE);
|
||||
|
||||
|
Reference in New Issue
Block a user