Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -208,7 +208,7 @@ |
| 208 | 208 | <if test="vo.workshopId != null and vo.workshopId != ''"> |
| 209 | 209 | AND tb.workshop_id = #{vo.workshopId} |
| 210 | 210 | </if> |
| 211 | - <if test="vo.deptName != null and vo.dedeptName != ''"> | |
| 211 | + <if test="vo.deptName != null and vo.deptName != ''"> | |
| 212 | 212 | AND tb.dept_name LIKE CONCAT('%', #{vo.deptName}, '%') |
| 213 | 213 | </if> |
| 214 | 214 | <if test="vo.orderingUnitName != null and vo.orderingUnitName != ''"> | ... | ... |