修改页面点击跳转

This commit is contained in:
liuwu 2023-08-31 17:38:33 +08:00
parent 0146c0ecf5
commit 8b79ca9759
2 changed files with 3 additions and 1 deletions

View File

@ -82,6 +82,8 @@
var prefix = ctx + "base/affairs"; var prefix = ctx + "base/affairs";
if(window.parent.parent){ if(window.parent.parent){
$("#type0831").val(window.parent.parent._tab_name) $("#type0831").val(window.parent.parent._tab_name)
}else {
$("#type0831").val('')
} }
$(function() { $(function() {
var options = { var options = {

View File

@ -271,7 +271,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
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 where
<if test="type != null and type != ''"> and a.type = #{type}</if> <if test="type != null and type != ''"> a.type = #{type}</if>
GROUP BY GROUP BY
a.type, a.type,
a.shot_name a.shot_name