From 397353c7e5e461a72e767e94fe122cd5b2badbd6 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Sat, 3 Aug 2024 10:53:44 +0800 Subject: [PATCH] no message --- .../src/main/resources/mapper/pile/OrderBasicInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'