1.3期 列表+全量私海

This commit is contained in:
苏竹红
2023-08-11 15:08:31 +08:00
parent 856260d5da
commit 958e4fb441
33 changed files with 574 additions and 58 deletions

View File

@@ -222,4 +222,13 @@
AND label_group_id = #{labelGroupId}
</select>
<select id="getLabelListByIds" resultMap="BaseResultMap">
select * from hy_partner_label where deleted = 0
<if test="labelIds!=null and labelIds.size>0">
<foreach collection="labelIds" item="labelId" open="and id in (" close=")" separator=",">
#{labelId}
</foreach>
</if>
</select>
</mapper>