소스 검색

代码提交:
1.客户信息fingPageList方法修改

sunruiqi 2 년 전
부모
커밋
20a78083f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/workClientInfo/mapper/xml/WorkClientInfoMapper.xml

+ 1 - 1
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/workClientInfo/mapper/xml/WorkClientInfoMapper.xml

@@ -46,7 +46,7 @@
 		FROM
 			work_client_info a
 		LEFT JOIN sys_area b ON a.area_id = b.`code`
-		where 1 = 1
+		where a.del_flag = 0
 		<if test="name != null and name != ''">
 			AND a.name LIKE CONCAT ('%', #{name}, '%')
 		</if>