2020年10月19日

jpa动态sql且分页

摘要: 1.HQL@Query("select p.projectMaterial from ProjectMaterialAuthority p where (:projectId is null or p.project.id = :projectId) and (:typeId is null or 阅读全文

posted @ 2020-10-19 14:16 谦虚好学每一天 阅读(388) 评论(0) 推荐(0)

导航