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