huliguo
2025-07-03 e3a2245265516fef78b4737d6fffc939e7c5e0af
pt-errand/src/main/resources/mapper/EvaluationMapper.xml
@@ -11,6 +11,7 @@
        where
            o.courier_id=#{courierId}
        and o.del_flag=0
        and te.type = 0
        and te.rating=5.0
    </select>
</mapper>