From f14c50cb0036d3ddd655ce4e34732ba396a836c4 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 30 五月 2023 12:42:03 +0800
Subject: [PATCH] optimize 统计
---
java110-db/src/main/resources/mapper/store/ReserveGoodsOrderTimeV1ServiceDaoImplMapper.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/store/ReserveGoodsOrderTimeV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/store/ReserveGoodsOrderTimeV1ServiceDaoImplMapper.xml
index d69cd5f..80f53ed 100644
--- a/java110-db/src/main/resources/mapper/store/ReserveGoodsOrderTimeV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/store/ReserveGoodsOrderTimeV1ServiceDaoImplMapper.xml
@@ -29,6 +29,9 @@
<if test="appointmentTime !=null and appointmentTime != ''">
and rgo.appointment_time = #{appointmentTime}
</if>
+ <if test="personTel !=null and personTel != ''">
+ and rgo.person_tel = #{personTel}
+ </if>
<if test="hours !=null and hours != ''">
and t.hours= #{hours}
</if>
@@ -107,6 +110,9 @@
<if test="appointmentTime !=null and appointmentTime != ''">
and rgo.appointment_time = #{appointmentTime}
</if>
+ <if test="personTel !=null and personTel != ''">
+ and rgo.person_tel = #{personTel}
+ </if>
<if test="hours !=null and hours != ''">
and t.hours= #{hours}
</if>
--
Gitblit v1.8.0