Quellcode durchsuchen

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

sunruiqi vor 2 Jahren
Ursprung
Commit
20a78083f9

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