zxl
2025-03-21 c4ab6a24d2825f11a0de0f165667dc533c458a01
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>