|
|
@ -1551,7 +1551,7 @@ b.MinValue,b.ItemRemark,b.ItemType |
|
|
dept_name |
|
|
dept_name |
|
|
FROM view_eam_department |
|
|
FROM view_eam_department |
|
|
<where> |
|
|
<where> |
|
|
site = #{site} |
|
|
|
|
|
|
|
|
1 = 1 |
|
|
<if test = "deptId != null and deptId != ''"> |
|
|
<if test = "deptId != null and deptId != ''"> |
|
|
AND dept_id LIKE '%' + #{deptId}+'%' |
|
|
AND dept_id LIKE '%' + #{deptId}+'%' |
|
|
</if> |
|
|
</if> |
|
|
|