mybatisplus select foreach in 的查询

mapper代码

List<X2DRetailEntity> getAppletBWareOrderByDepotId(@Param("allDepotId") List<String> allDepotId,@Param("selectField") String selectField);

xml代码

    <select id="getAppletBWareOrderByDepotId" resultType="com.ellassay.x2.sync.entity.X2DRetailEntity">

        select ${selectField} from X6_BILLS_GLS.D_RETAIL where setdepot_id in

        <foreach  collection="allDepotId" item="ids" open="(" separator="," close=")">

            #{ids}

        </foreach>

        and  setdepot_id = original_depot_id and bills_tag IS NOT NULL

    </select>
访客
邮箱
网址

通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作


  • 自动写文案
  • 自动写小说
  • 马上扫码让Ai帮你完成工作
通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作

  • 自动写论文
  • 自动写软件
  • 我不是人,但是我比人更聪明,我是强大的Ai
Top