下级已办待办查询BUG修复
This commit is contained in:
parent
048059e46b
commit
411bbfc6c1
|
|
@ -647,7 +647,6 @@
|
||||||
from TSTaskList ta
|
from TSTaskList ta
|
||||||
LEFT JOIN TSTwfProcessNode n on ta.WorkflowID = n.processid
|
LEFT JOIN TSTwfProcessNode n on ta.WorkflowID = n.processid
|
||||||
where ta.BUSSTATUS in ('-1', '0', '1', '3', '5')
|
where ta.BUSSTATUS in ('-1', '0', '1', '3', '5')
|
||||||
<where>
|
|
||||||
<if test="customParamMap.childUnitSwitch != null and customParamMap.childUnitSwitch != ''">
|
<if test="customParamMap.childUnitSwitch != null and customParamMap.childUnitSwitch != ''">
|
||||||
<choose>
|
<choose>
|
||||||
<when test='customParamMap.childUnitSwitch eq "1"'>
|
<when test='customParamMap.childUnitSwitch eq "1"'>
|
||||||
|
|
@ -663,7 +662,6 @@
|
||||||
</otherwise>
|
</otherwise>
|
||||||
</choose>
|
</choose>
|
||||||
</if>
|
</if>
|
||||||
</where>
|
|
||||||
)
|
)
|
||||||
) m
|
) m
|
||||||
<where>
|
<where>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue