Mysql将SQL查询结果以字符串形式返回

/**    * 根据房源号查询全部的物品id    *     * @param houseBillBo    * @return    */   @Query(value = "select group_concat(\"'\",id,\"'\") from financial_style_productitem_detailed f where f.house_bill_no=?1", na
相关文章
相关标签/搜索