xiangpei
2025-07-15 37325b5b629a296230e87d41187742f843c7494c
business/src/main/resources/mapper/HiddenAdminMapper.xml
@@ -45,7 +45,10 @@
            t_hidden_admin THA
        WHERE
            THA.deleted = 0
        order by THA.sort
    </select>
    <update id="updateList">
        <foreach collection="list" item="item" index="index" separator=";">
            UPDATE t_hidden_admin THA
@@ -60,6 +63,5 @@
            </set>
            where THA.id = #{item.id}
        </foreach>
    </update>
</mapper>