From 79c95b39bf1a10be42b66494eed298557645911e Mon Sep 17 00:00:00 2001 From: keivn Date: Sun, 26 Dec 2021 15:03:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/carpool/POrderMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruiyi-carpool/src/main/resources/mapper/carpool/POrderMapper.xml b/ruiyi-carpool/src/main/resources/mapper/carpool/POrderMapper.xml index d8ebf6606..bf13c6044 100644 --- a/ruiyi-carpool/src/main/resources/mapper/carpool/POrderMapper.xml +++ b/ruiyi-carpool/src/main/resources/mapper/carpool/POrderMapper.xml @@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and A.departure = #{departure} and A.destination = #{destination} and A.departure_time = #{departureTime} - and A.member = #{member} + and and A.state = #{state} and A.isDelete = #{isdelete} and A.is_take = #{isTake}