xiangpei
2025-03-03 c8f2fc9d5f974828289cc790bb4b599cd541ade9
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>