@ -107,6 +107,12 @@ public class PoemService {
case "status":
criteria.andStatusEqualTo(Integer.valueOf(x.getVal()));
break;
case "id":
criteria.andIdEqualTo(Integer.valueOf(x.getVal()));
case "title":
criteria.andTitleLike(x.getVal() + "%");
default:
throw new BizException(ExceptionCode.PARAM_ILLEGAL_WARN, "参数非法");
}