https://brucege.com/doc/#/sqlred 翻了下官网好像没我这种情况
<if test="skuList!=null and skuList.size()>0"> and tda.sku in <foreach collection="skuList" index="index" item="item" open="(" separator="," close=")"> #{skuList[${index}]} </foreach> </if>
主要项目很多这种写法,一堆红色的
https://brucege.com/doc/#/sqlred 翻了下官网好像没我这种情况
<if test="skuList!=null and skuList.size()>0"> and tda.sku in <foreach collection="skuList" index="index" item="item" open="(" separator="," close=")"> #{skuList[${index}]} </foreach> </if>主要项目很多这种写法,一堆红色的