Commit 54a13f3c by wangjian

2025-07-16 规范建设 V2.5

parent 65dafdb2
...@@ -32,11 +32,11 @@ public class SjGfjsZsdwwtcj extends BaseEntity ...@@ -32,11 +32,11 @@ public class SjGfjsZsdwwtcj extends BaseEntity
private String wtmc; private String wtmc;
/** 考核内容 */ /** 考核内容 */
@Excel(name = "考核内容") @Excel(name = "实施路径")
private String khnr; private String khnr;
/** 考核项点 */ /** 考核项点 */
@Excel(name = "考核项点") @Excel(name = "重点工作")
private String khxd; private String khxd;
/** 评价标准id */ /** 评价标准id */
...@@ -44,7 +44,7 @@ public class SjGfjsZsdwwtcj extends BaseEntity ...@@ -44,7 +44,7 @@ public class SjGfjsZsdwwtcj extends BaseEntity
private String pjbzid; private String pjbzid;
/** 评价标准名称 */ /** 评价标准名称 */
@Excel(name = "评价标准名称") @Excel(name = "主要工作内容")
private String pjbzmc; private String pjbzmc;
/** 整改责任人 */ /** 整改责任人 */
......
...@@ -232,7 +232,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -232,7 +232,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
yl3, yl3,
yl4, yl4,
yl5, d.dept_name,d.dept_lx yl5, d.dept_name,d.dept_lx
from sj_zdbf_zsdwwtcj a from sj_gfjs_zsdwwtcj a
left join sys_dept d on a.dept_id=d.dept_id left join sys_dept d on a.dept_id=d.dept_id
<where> <where>
<if test="deptId != null ">and (a.dept_id = #{deptId} or find_in_set(#{deptId},d.ancestors))</if> <if test="deptId != null ">and (a.dept_id = #{deptId} or find_in_set(#{deptId},d.ancestors))</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment