禅道bug修复
This commit is contained in:
parent
51d2021663
commit
7d025fa7d3
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue