xiangpei
2025-03-02 c9e9cd3df7f76aa164e83280680945bca5250451
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>