修改页面点击跳转
This commit is contained in:
parent
b255e2f447
commit
24e462543a
|
@ -270,6 +270,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
LEFT JOIN t_ament_personnel d ON a.head = d.id
|
LEFT JOIN t_ament_personnel d ON a.head = d.id
|
||||||
LEFT JOIN t_ament_branch e ON a.branch_id = e.branch_id
|
LEFT JOIN t_ament_branch e ON a.branch_id = e.branch_id
|
||||||
LEFT JOIN sys_dept f ON a.dept_id = f.dept_id
|
LEFT JOIN sys_dept f ON a.dept_id = f.dept_id
|
||||||
|
where
|
||||||
|
<if test="type != null and type != ''"> and a.type = #{type}</if>
|
||||||
GROUP BY
|
GROUP BY
|
||||||
a.type,
|
a.type,
|
||||||
a.shot_name
|
a.shot_name
|
||||||
|
|
Loading…
Reference in New Issue