소스 검색

Merge remote-tracking branch 'origin/V1' into V1

jz.kai 5 년 전
부모
커밋
9722e07571
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      common/src/main/resources/mapper/base/PersonDeviceLog.xml

+ 1 - 1
common/src/main/resources/mapper/base/PersonDeviceLog.xml

@@ -60,7 +60,7 @@
 			on a.person_id = c.id_
 		]]>
         <where>
-            and a.del_flag = false and b.del_flag=false and c.del_flag=false
+            and a.del_flag = false and b.del_flag=false
             <if test="searchParams.companyId != null">
                 and c.company_id = #{searchParams.companyId}
             </if>