修改bug
This commit is contained in:
parent
0a19b058f1
commit
169ee686ee
|
|
@ -96,7 +96,7 @@ public class OrgApplyInfoController extends JeecgController<OrgApplyInfo, IOrgAp
|
|||
String value = orgApplyInfo.getTitle();
|
||||
queryWrapper.and(c -> c.like("com_name", value).or().like("org_leader", value).or().like("org_leader_phone", value));
|
||||
}
|
||||
queryWrapper.in("status", "2,3".split(","));
|
||||
queryWrapper.in("status", "1,2,3".split(","));
|
||||
IPage<OrgApplyInfo> pageList = orgApplyInfoService.page(page, queryWrapper);
|
||||
return Result.OK(pageList);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue