lizhenhao преди 2 години
родител
ревизия
e5dfbe8b10

+ 1 - 1
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/reimbursement/reimbursementInfo/mapper/xml/ReimbursementInfoMapper.xml

@@ -66,7 +66,7 @@
 			sys_user a
 			LEFT JOIN sys_office b ON a.office_id = b.id
 		WHERE
-			a.del_flag = 0
+			a.del_flag = 0 and a.is_admin is null
 			<if test="name != null and name != ''">
 				a.`name` LIKE CONCAT ('%', #{name}, '%')
 			</if>