This commit is contained in:
parent
2f933627ff
commit
dc7821387c
|
@ -1724,7 +1724,7 @@
|
||||||
AND taa.approve_status != '不通过'
|
AND taa.approve_status != '不通过'
|
||||||
</otherwise>
|
</otherwise>
|
||||||
</choose>
|
</choose>
|
||||||
<if test="deptId != null and approveStatus != ''">
|
<if test="deptId != null and deptId != ''">
|
||||||
AND sd.id = #{deptId}
|
AND sd.id = #{deptId}
|
||||||
</if>
|
</if>
|
||||||
<if test="startDate != null and startDate != '' and endDate != null and endDate != ''">
|
<if test="startDate != null and startDate != '' and endDate != null and endDate != ''">
|
||||||
|
|
Loading…
Reference in New Issue