修改页面点击跳转
This commit is contained in:
parent
0146c0ecf5
commit
8b79ca9759
|
@ -82,6 +82,8 @@
|
|||
var prefix = ctx + "base/affairs";
|
||||
if(window.parent.parent){
|
||||
$("#type0831").val(window.parent.parent._tab_name)
|
||||
}else {
|
||||
$("#type0831").val('')
|
||||
}
|
||||
$(function() {
|
||||
var options = {
|
||||
|
|
|
@ -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 sys_dept f ON a.dept_id = f.dept_id
|
||||
where
|
||||
<if test="type != null and type != ''"> and a.type = #{type}</if>
|
||||
<if test="type != null and type != ''"> a.type = #{type}</if>
|
||||
GROUP BY
|
||||
a.type,
|
||||
a.shot_name
|
||||
|
|
Loading…
Reference in New Issue