禅道bug修复

This commit is contained in:
马三炮 2025-07-15 09:11:01 +08:00
parent 51d2021663
commit 7d025fa7d3
1 changed files with 3 additions and 0 deletions

View File

@ -357,6 +357,9 @@
<if test="userType != '01' and userType != '00'"> <if test="userType != '01' and userType != '00'">
and wvi.sub_user_id = #{personId} and wvi.sub_user_id = #{personId}
</if> </if>
<if test="userType == '01'">
and ppi.pro_type = 2
</if>
<if test="keyWord != null and keyWord != ''"> <if test="keyWord != null and keyWord != ''">
and ( and (
wvi.pro_name like concat('%',#{keyWord},'%') or wvi.pro_name like concat('%',#{keyWord},'%') or