修改bug

master
wangwei 2 years ago
parent b01d980a94
commit 09f6182b88

@ -26,7 +26,7 @@
auth_dept.`name` deptName,
auth_user.comments
FROM auth_dept_user
left JOIN auth_user
right JOIN auth_user
on auth_dept_user.userId = auth_user.id
left JOIN auth_dept on auth_dept_user.deptId = auth_dept.id
<where>

@ -9,7 +9,7 @@
FROM user_register
<where>
<if test="companyName != null and '' !=companyName">
AND companyName like concat(#{companyName},'%')
AND companyName like concat('%',#{companyName},'%')
</if>
<if test="checkType != null and ''!=checkType">
AND checkType = #{checkType}

Loading…
Cancel
Save