puzhibing
2023-08-31 d96f28993db5d9d4c3f2ac25b9e9a84fa6857dc2
driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/dao/mapping/SystemMessageMapper.xml
@@ -31,4 +31,10 @@
            limit #{pageNum}, #{size}
        </if>
    </select>
    <update id="clearSystemMessage">
        update t_system_message set status = 3 where userType = 2 and userId = #{userId}
    </update>
</mapper>