fix: 优化逻辑

This commit is contained in:
曹鹏飞 2025-04-28 11:49:16 +08:00
parent 49d0adbe94
commit ad44b29da1
1 changed files with 1 additions and 1 deletions

View File

@ -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