From bedd258c0461ceb456b91f28620e4feda8115ddf Mon Sep 17 00:00:00 2001
From: xiezhijun <15270898033@163.com>
Date: Mon, 7 Jun 2021 19:17:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AE=A2=E5=8D=95=E6=9F=A5?=
=?UTF-8?q?=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/custom/SysOrderMapper.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/stdiet-custom/src/main/resources/mapper/custom/SysOrderMapper.xml b/stdiet-custom/src/main/resources/mapper/custom/SysOrderMapper.xml
index 0fcded09f..7ff8d86ec 100644
--- a/stdiet-custom/src/main/resources/mapper/custom/SysOrderMapper.xml
+++ b/stdiet-custom/src/main/resources/mapper/custom/SysOrderMapper.xml
@@ -113,6 +113,9 @@
and status = #{status}
and pay_type_id = #{payTypeId}
and pre_sale_id = #{preSaleId}
+
+ and on_sale_id = #{onSaleId}
+
and after_sale_id = #{afterSaleId}
and nutritionist_id = #{nutritionistId}
and nutri_assis_id = #{nutriAssisId}
@@ -164,6 +167,9 @@
and sc.phone = #{phone}
and status = #{status}
and pay_type_id = #{payTypeId}
+
+ and on_sale_id = #{onSaleId}
+
and pre_sale_id = #{preSaleId}
and after_sale_id = #{afterSaleId}
and nutritionist_id = #{nutritionistId}