Commit db85b018 authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/develop' into develop

parents 3946b614 39e2160a
...@@ -64,7 +64,7 @@ public class EmpContractDispatchVo implements Serializable { ...@@ -64,7 +64,7 @@ public class EmpContractDispatchVo implements Serializable {
/** /**
* 员工类型 * 员工类型
*/ */
@ExcelAttribute(name = "员工类型", errorInfo = "员工类型不能为空", maxLength = 32, isDataId = true, dataType = ExcelAttributeConstants.PERSONNEL_TYPE) @ExcelAttribute(name = "员工类型", errorInfo = "员工类型不能为空", maxLength = 32, isDataId = true, dataType = ExcelAttributeConstants.EMP_NATRUE)
@TableField(exist = false) @TableField(exist = false)
private String empNatrue; private String empNatrue;
/** /**
......
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
a.AUDIT_TIME_LAST, a.AUDIT_TIME_LAST,
a.TYPE, a.TYPE,
a.LEAVE_DATE, a.LEAVE_DATE,
a.REDUCE_REASON a.REDUCE_REASON,a.type
</sql> </sql>
......
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