This commit is contained in:
wangliwen 2022-09-29 11:15:14 +08:00
parent 2f933627ff
commit dc7821387c
1 changed files with 1 additions and 1 deletions

View File

@ -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 != ''">