mitao
2024-06-17 3bcae65deb665be36618f0987f42b88329c23068
ruoyi-modules/ruoyi-order/src/main/resources/mapper/order/OrderReturnRequestMapper.xml
@@ -36,11 +36,11 @@
        AND torr.status = #{query.status}
      </if>
      <if
        test="query.orderType != null and @com.test.constant.OrderTypeEnum@isMallOrder(query.orderType)">
        test="query.orderType != null and @com.ruoyi.common.core.enums.OrderTypeEnum@isMallOrder(query.orderType)">
        AND o.order_from in (1,2,3)
      </if>
      <if
        test="query.orderType != null and @com.test.constant.OrderTypeEnum@isAuctionOrder(query.orderType)">
        test="query.orderType != null and @com.ruoyi.common.core.enums.OrderTypeEnum@isAuctionOrder(query.orderType)">
        AND o.order_from = 4
      </if>
    </where>