修改页面点击跳转

This commit is contained in:
liuwu 2023-08-31 17:31:36 +08:00
parent b255e2f447
commit 24e462543a
1 changed files with 2 additions and 0 deletions

View File

@ -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_branch e ON a.branch_id = e.branch_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
a.type,
a.shot_name