diff --git a/ruoyi-system/src/main/resources/mapper/jarvis/JDOrderMapper.xml b/ruoyi-system/src/main/resources/mapper/jarvis/JDOrderMapper.xml index 5de78d7..57d87ea 100644 --- a/ruoyi-system/src/main/resources/mapper/jarvis/JDOrderMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/jarvis/JDOrderMapper.xml @@ -43,6 +43,7 @@ and address like concat('%', #{address}, '%') and logistics_link like concat('%', #{logisticsLink}, '%') and order_id like concat('%', #{orderId}, '%') + and third_party_order_no like concat('%', #{thirdPartyOrderNo}, '%') and buyer like concat('%', #{buyer}, '%') and order_time = #{orderTime} and status like concat('%', #{status}, '%') @@ -68,6 +69,7 @@ and address like concat('%', #{address}, '%') and logistics_link like concat('%', #{logisticsLink}, '%') and order_id like concat('%', #{orderId}, '%') + and third_party_order_no like concat('%', #{thirdPartyOrderNo}, '%') and buyer like concat('%', #{buyer}, '%') and order_time = #{orderTime} and status like concat('%', #{status}, '%')