fix: 优化逻辑
This commit is contained in:
parent
49d0adbe94
commit
ad44b29da1
|
|
@ -156,7 +156,7 @@
|
||||||
AND fun_getUserCompanys(aua.company_id) LIKE concat('%', #{companyName}, '%')
|
AND fun_getUserCompanys(aua.company_id) LIKE concat('%', #{companyName}, '%')
|
||||||
</if>
|
</if>
|
||||||
<if test="userState!=null">
|
<if test="userState!=null">
|
||||||
AND 0=#{userState}
|
AND 1=2
|
||||||
</if>
|
</if>
|
||||||
<if test="state!=null and state!=0">
|
<if test="state!=null and state!=0">
|
||||||
AND 1=2
|
AND 1=2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue