diff --git a/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml index 40c71f0b0..9379dbb0a 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml @@ -2544,7 +2544,7 @@ FROM order_basic_info t1 JOIN order_detail t2 ON t1.order_code = t2.order_code WHERE t1.pile_connector_code = #{pileConnectorCode,jdbcType=VARCHAR} - AND t1.member_id = #{memberId,jdbcType=VARCHAR} + AND t1.create_time = ]]> #{startTime,jdbcType=VARCHAR} AND t1.create_time #{endTime,jdbcType=VARCHAR} AND t1.order_status = '6'