소스 검색

优化diamante

java110 5 년 전
부모
커밋
c164dcbdde
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      java110-db/src/main/resources/mapper/community/RepairReturnVisitServiceDaoImplMapper.xml

+ 4 - 4
java110-db/src/main/resources/mapper/community/RepairReturnVisitServiceDaoImplMapper.xml

@@ -45,10 +45,10 @@
             and rrp.repair_id= #{repairId}
         </if>
         <if test="statusCd !=null and statusCd != ''">
-            and t.status_cd= #{statusCd}
+            and rrp.status_cd= #{statusCd}
         </if>
         <if test="communityId !=null and communityId != ''">
-            and t.community_id= #{communityId}
+            and rrp.community_id= #{communityId}
         </if>
         <if test="visitPersonName !=null and visitPersonName != ''">
             and t.visit_person_name= #{visitPersonName}
@@ -124,10 +124,10 @@
             and t.repair_id= #{repairId}
         </if>
         <if test="statusCd !=null and statusCd != ''">
-            and t.status_cd= #{statusCd}
+            and rrp.status_cd= #{statusCd}
         </if>
         <if test="communityId !=null and communityId != ''">
-            and t.community_id= #{communityId}
+            and rrp.community_id= #{communityId}
         </if>
         <if test="visitPersonName !=null and visitPersonName != ''">
             and t.visit_person_name= #{visitPersonName}