소스 검색

优化代码

wuxw 3 년 전
부모
커밋
d37d9af019
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      java110-db/src/main/resources/mapper/store/ReserveGoodsOrderTimeV1ServiceDaoImplMapper.xml

+ 6 - 0
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>