puzhibing
2023-11-25 53e7558400dcacecdce70e39ebfe1727740f9296
cloud-server-other/src/main/resources/mapper/HonorRulesMapper.xml
@@ -14,9 +14,9 @@
        where 1=1
        <if test="honorIds.size > 0">
            and `id` in
        <foreach collection="honorIds" index="index" item="item" open="(" separator="," close=")">
            #{item}
        </foreach>
            <foreach collection="honorIds" index="index" item="item" open="(" separator="," close=")">
                #{item}
            </foreach>
        </if>
    </select>
    <select id="getList" resultType="com.dsh.other.entity.HonorRules">