zss
2024-11-26 a5b1bad21ba279ade3954852a5e281e9086042f0
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>