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>