Commit 71dbbf8e authored by fangxinjiang's avatar fangxinjiang

权限配置页面

parent 475efdf1
...@@ -66,7 +66,7 @@ public class EmpContractDispatchVo implements Serializable { ...@@ -66,7 +66,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.PERSONNEL_TYPE)
@TableField(exist = false) @TableField(exist = false)
private String empType; private String empNatrue;
/** /**
* 项目编码 * 项目编码
*/ */
......
...@@ -1849,7 +1849,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -1849,7 +1849,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
contract.setEmpId(empVo.getId()); contract.setEmpId(empVo.getId());
contract.setEmpNo(empVo.getEmpNo()); contract.setEmpNo(empVo.getEmpNo());
if (Common.isNotNull(empVo.getEmpNatrue())){ if (Common.isNotNull(empVo.getEmpNatrue())){
contract.setEmpType(empVo.getEmpNatrue()); contract.setEmpNatrue(empVo.getEmpNatrue());
} }
contract.setFileProvince(empVo.getFileProvince()); contract.setFileProvince(empVo.getFileProvince());
contract.setFileCity(empVo.getFileCity()); contract.setFileCity(empVo.getFileCity());
......
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