Commit 43300ad0 authored by fangxinjiang's avatar fangxinjiang

代办续签调整

parent 67506bc9
......@@ -209,4 +209,12 @@ public class TEmpContractAlert extends BaseEntity {
@Schema(description ="处理状态")
@ExcelProperty("处理状态")
private String handleStatus;
/**
* 合同ID
*/
@ExcelAttribute(name = "合同ID" , isExport = false)
@Schema(description ="合同ID")
@ExcelIgnore
private String contractId;
}
......@@ -50,6 +50,8 @@
<result property="createName" column="CREATE_NAME"/>
<result property="createTime" column="CREATE_TIME"/>
<result property="updateTime" column="UPDATE_TIME"/>
<result property="contractId" column="CONTRACT_ID"/>
</resultMap>
<update id="truncate">
TRUNCATE t_emp_contract_alert
......
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