数据集sql问题

我想请教一个问题,我想把在mybatis中的foreach语句(select 。。。。。。from 。。。。where
<if test="projProps != null and projProps.size gt 0">
                        and (pw.project_prop in
                        <foreach item="item" index="index" collection="projProps"
                                open="(" separator="," close=")">
                                #{item}
                        </foreach>)
放入到数据集中,或者有什么办法弄到finereport中执行
FineReportTimothy233 发布于 2018-10-12 10:11
悬赏:2 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共4回答
最佳回答
0
mengefng发布于2018-10-12 10:11(编辑于 2023-9-6 09:34)
555
最佳回答
0
axing发布于2018-10-12 10:16(编辑于 2023-9-6 09:34)
555
最佳回答
0
axing发布于2018-10-12 10:27(编辑于 2023-9-6 09:34)
555
  • 0关注人数
  • 448浏览人数
  • 最后回答于:2018-10-12 18:03
    活动推荐 更多
    热门课程 更多
    返回顶部