dev
This commit is contained in:
parent
061f7f275c
commit
bb48e4d673
|
|
@ -504,10 +504,6 @@ public class SocialDirectoryService extends BaseService {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//模糊搜索
|
|
||||||
//
|
|
||||||
// 执行查询
|
|
||||||
|
|
||||||
Page<SocialDirectoryView> result = new Page<>();
|
Page<SocialDirectoryView> result = new Page<>();
|
||||||
if (!codeList.isEmpty()) {
|
if (!codeList.isEmpty()) {
|
||||||
List<SocialDirectoryView> list = fullList(codeList);
|
List<SocialDirectoryView> list = fullList(codeList);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue