xiangpei
2025-03-17 52e9ef7d0a66500d596c2d4a3e8fc635c9f3e742
business/src/main/resources/mapper/HiddenAdminMapper.xml
@@ -46,6 +46,8 @@
        WHERE
            THA.deleted = 0
    </select>
    <update id="updateList">
        <foreach collection="list" item="item" index="index" separator=";">
            UPDATE t_hidden_admin THA
@@ -60,6 +62,5 @@
            </set>
            where THA.id = #{item.id}
        </foreach>
    </update>
</mapper>