From 7130b036d10fa2889211ffa922a5a5343f16b1fa Mon Sep 17 00:00:00 2001 From: Lemon Date: Wed, 23 Oct 2024 09:38:59 +0800 Subject: [PATCH] =?UTF-8?q?bugfix=20=20=E7=94=B5=E5=8D=95=E8=BD=A6?= =?UTF-8?q?=E6=89=AB=E7=A0=81=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3=E5=B0=86?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E5=85=B3=E9=97=AD=E7=9A=84=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E6=8E=92=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/pile/OrderBasicInfoMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml index 209ee3b33..e598b48fb 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml @@ -3004,6 +3004,7 @@ from order_basic_info where del_flag = '0' and pile_connector_code = #{pileConnectorCode,jdbcType=VARCHAR} + and order_status != '7' and order_status = #{orderStatus,jdbcType=VARCHAR}