|
|
@@ -51,7 +51,7 @@
|
|
|
<where>
|
|
|
|
|
|
${dataScope}
|
|
|
- <if test="userName != null and userName'' ">
|
|
|
+ <if test="userName != null and userName!='' ">
|
|
|
AND a.user_name = #{userName}
|
|
|
</if>
|
|
|
<if test="status != null">
|
|
|
@@ -84,7 +84,7 @@
|
|
|
<where>
|
|
|
|
|
|
${dataScope}
|
|
|
- <if test="userName != null and userName'' ">
|
|
|
+ <if test="userName != null and userName!='' ">
|
|
|
AND a.user_name = #{userName}
|
|
|
</if>
|
|
|
<if test="status != null">
|