Jpa帶下拉框的多條件查詢

如下示例: //查詢商品信息 @Query(value = "select * from tb_product " + "where del_flag=?1 and name like ?4 and " + "case ?2 when 'all' then state is not null else state=?2 end and " + "ca
相關文章
相關標籤/搜索