提交 420b421b authored 作者: niguanghui's avatar niguanghui

--no commit message

上级 3793b1d8
......@@ -95,8 +95,7 @@ public class ApplyController {
public CallBack<PageInfo<QueryApplyVo>> page(QueryApplyForm form, PageParam pageParam) {
pageParam.setOrderBy("applyTime desc");
Criteria cr = service.createCriteria();
String userId = redis.getUser().getUserId();
cr.andEqualTo("userId", userId);
cr.andEqualTo("userId", redis.getUser().getUserId());
if (form.getStatus() != null) {
cr.andEqualTo("status", form.getStatus());
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论