jz.kai 5 years ago
parent
commit
30c0062ca7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/src/main/resources/mapper/base/PersonInfo.xml

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

@@ -149,7 +149,7 @@
 			LEFT JOIN base_company_info b ON a.company_id = b.id_
 		]]>
         <where>
-            del_flag = 0
+            a.del_flag = 0
             <if test="searchParams.id != null">
                 and a.ID_ like #{searchParams.id}
             </if>