From cc51b41fa3dd6c51eef9028fbbb72ec3e7139d74 Mon Sep 17 00:00:00 2001
From: zhaoxiaohao <279049017@qq.com>
Date: Thu, 24 Sep 2020 14:10:14 +0800
Subject: [PATCH] 添加字段

---
 kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SaasClientPayMapper.xml |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SaasClientPayMapper.xml b/kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SaasClientPayMapper.xml
index ec198ce..dc83d50 100644
--- a/kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SaasClientPayMapper.xml
+++ b/kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SaasClientPayMapper.xml
@@ -52,7 +52,7 @@
                 and prepay_id = #{p.prepayId}
             </if>
             <if test="p.type != null ">
-                and  type =  #{p.type}
+                and type = #{p.type}
             </if>
             <if test="p.createUserId != null and p.createUserId !=''">
                 and create_user_id = #{p.createUserId}
@@ -92,6 +92,12 @@
             <if test="p.createHospitalName != null and p.createHospitalName !=''">
                 and create_hospital_name = #{p.createHospitalName}
             </if>
+            <if test="p.createDoctorId != null and p.createDoctorId !=''">
+                and create_doctor_id = #{p.createDoctorId}
+            </if>
+            <if test="p.createDoctorIdName != null and p.createDoctorIdName !=''">
+                and create_doctor_name like '%${p.createDoctorIdName}%'
+            </if>
             <if test="p.payPrice != null and p.payPrice !=''">
                 and pay_price = #{p.payPrice}
             </if>
@@ -123,7 +129,7 @@
                 and prepay_id = #{p.prepayId}
             </if>
             <if test="p.type != null ">
-                and  type =  #{p.type}
+                and type = #{p.type}
             </if>
             <if test="p.createUserId != null and p.createUserId !=''">
                 and create_user_id = #{p.createUserId}

--
Gitblit v1.8.0