禅道bug修复
This commit is contained in:
parent
51d2021663
commit
7d025fa7d3
|
|
@ -357,6 +357,9 @@
|
|||
<if test="userType != '01' and userType != '00'">
|
||||
and wvi.sub_user_id = #{personId}
|
||||
</if>
|
||||
<if test="userType == '01'">
|
||||
and ppi.pro_type = 2
|
||||
</if>
|
||||
<if test="keyWord != null and keyWord != ''">
|
||||
and (
|
||||
wvi.pro_name like concat('%',#{keyWord},'%') or
|
||||
|
|
|
|||
Loading…
Reference in New Issue