zss
2024-07-22 c0fd46ed9c7ddf7a3ea4e6a972474e9a62c68a1a
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>