Commit 2e703e6a by 王志超

feat: 子工单删除审批通过字段

parent 8454ccb2
Pipeline #86654 passed with stages
in 1 minute 17 seconds
...@@ -79,11 +79,6 @@ public class ChangeSubFlowRecord { ...@@ -79,11 +79,6 @@ public class ChangeSubFlowRecord {
private String changeCommander; private String changeCommander;
/** /**
* 变更方案是否审批通过(仅在审批变更方案节点使用)
*/
private Boolean changePlanApproved;
/**
* 拒绝原因(审批不通过时填写) * 拒绝原因(审批不通过时填写)
*/ */
private String rejectReason; private String rejectReason;
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
<result column="change_exec_user_email" jdbcType="VARCHAR" property="changeExecUserEmail" /> <result column="change_exec_user_email" jdbcType="VARCHAR" property="changeExecUserEmail" />
<result column="change_exec_department" jdbcType="VARCHAR" property="changeExecDepartment" /> <result column="change_exec_department" jdbcType="VARCHAR" property="changeExecDepartment" />
<result column="change_commander" jdbcType="VARCHAR" property="changeCommander" /> <result column="change_commander" jdbcType="VARCHAR" property="changeCommander" />
<result column="change_plan_approved" jdbcType="TINYINT" property="changePlanApproved" />
<result column="reject_reason" jdbcType="VARCHAR" property="rejectReason" /> <result column="reject_reason" jdbcType="VARCHAR" property="rejectReason" />
<result column="change_result" jdbcType="INTEGER" property="changeResult" /> <result column="change_result" jdbcType="INTEGER" property="changeResult" />
<result column="remark" jdbcType="VARCHAR" property="remark" /> <result column="remark" jdbcType="VARCHAR" property="remark" />
...@@ -22,7 +21,7 @@ ...@@ -22,7 +21,7 @@
</resultMap> </resultMap>
<sql id="Base_Column_List"> <sql id="Base_Column_List">
id, change_record_id, sub_flow_id, sub_flow_node, status, approver, change_exec_user_email, change_exec_department, change_commander, change_plan_approved, reject_reason, change_result, remark, cancel_reason, change_confirm_result_time, create_time, update_time id, change_record_id, sub_flow_id, sub_flow_node, status, approver, change_exec_user_email, change_exec_department, change_commander, reject_reason, change_result, remark, cancel_reason, change_confirm_result_time, create_time, update_time
</sql> </sql>
<select id="selectByCondition" resultMap="BaseResultMap" parameterType="com.netease.mail.yanxuan.change.dal.meta.model.req.ChangeSubFlowListQueryReq"> <select id="selectByCondition" resultMap="BaseResultMap" parameterType="com.netease.mail.yanxuan.change.dal.meta.model.req.ChangeSubFlowListQueryReq">
......
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