zss
2024-07-26 eab93d7bef852c1b1f6356c7cde3dc45c2ed9327
framework/src/main/resources/mapper/InformationNotificationMapper.xml
@@ -11,5 +11,6 @@
        <if test="messageType != '' and messageType != null">
            and i.message_type = #{messageType}
        </if>
        order by i.create_time desc
    </select>
</mapper>