From 7f199997ea0786841d23b55c257d5e57be9df9b2 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Thu, 25 Jul 2024 17:36:51 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=8D=A0=E6=A1=A9=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/pile/OrderBasicInfoMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 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 8e3c2227a..2a7e499fa 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml @@ -2950,6 +2950,7 @@ where t1.del_flag = '0' and `t1`.`member_id` = #{memberId,jdbcType=VARCHAR} and `t1`.`station_id` = #{stationId,jdbcType=VARCHAR} - and (`t1`.`charge_start_time` = ]]> #{endTime,jdbcType=VARCHAR} or `t1`.`charge_end_time` #{startTime,jdbcType=VARCHAR}) + and `t1`.`charge_start_time` = ]]> #{endTime,jdbcType=VARCHAR} + and `t1`.`charge_end_time` #{startTime,jdbcType=VARCHAR} \ No newline at end of file