Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
ac5ee37d
Commit
ac5ee37d
authored
Jul 07, 2022
by
fangxinjiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
0ef670a1
b080e1b9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
17 deletions
+12
-17
EmployeeProjectExportVO.java
...oud/plus/v1/yifu/archives/vo/EmployeeProjectExportVO.java
+12
-15
TEmployeeProjectMapper.xml
...-biz/src/main/resources/mapper/TEmployeeProjectMapper.xml
+0
-1
DictController.java
...u.cloud.plus.v1/yifu/admin/controller/DictController.java
+0
-1
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/EmployeeProjectExportVO.java
View file @
ac5ee37d
...
@@ -69,12 +69,14 @@ public class EmployeeProjectExportVO{
...
@@ -69,12 +69,14 @@ public class EmployeeProjectExportVO{
* 身份证有效期起
* 身份证有效期起
*/
*/
@ExcelProperty
(
value
=
"身份证开始日期"
)
@ExcelProperty
(
value
=
"身份证开始日期"
)
@DateTimeFormat
(
"yyyy-MM-dd"
)
private
Date
validityStart
;
private
Date
validityStart
;
/**
/**
* 身份证有效期止
* 身份证有效期止
*/
*/
@ExcelProperty
(
value
=
"身份证截止日期"
)
@ExcelProperty
(
value
=
"身份证截止日期"
)
@DateTimeFormat
(
"yyyy-MM-dd"
)
private
Date
validityEnd
;
private
Date
validityEnd
;
/**
/**
...
@@ -217,14 +219,7 @@ public class EmployeeProjectExportVO{
...
@@ -217,14 +219,7 @@ public class EmployeeProjectExportVO{
*/
*/
@ExcelProperty
(
value
=
"人员档案状态"
)
@ExcelProperty
(
value
=
"人员档案状态"
)
@ExcelAttribute
(
name
=
"人员档案状态"
,
readConverterExp
=
"0=草稿,1=已审核"
)
@ExcelAttribute
(
name
=
"人员档案状态"
,
readConverterExp
=
"0=草稿,1=已审核"
)
private
Integer
proStatus
;
private
String
proStatus
;
/**
* 档案状态(0正常;1已减档)
*/
@ExcelProperty
(
value
=
"档案状态"
)
@ExcelAttribute
(
name
=
"人员档案状态"
,
readConverterExp
=
"0=正常,1=已减档"
)
private
Integer
fileStatus
;
/**
/**
* 创建者-姓名
* 创建者-姓名
...
@@ -288,6 +283,7 @@ public class EmployeeProjectExportVO{
...
@@ -288,6 +283,7 @@ public class EmployeeProjectExportVO{
* 入职日期
* 入职日期
*/
*/
@ExcelProperty
(
value
=
"入职日期"
)
@ExcelProperty
(
value
=
"入职日期"
)
@DateTimeFormat
(
"yyyy-MM-dd"
)
@Past
@Past
private
Date
enjoinDate
;
private
Date
enjoinDate
;
...
@@ -301,7 +297,7 @@ public class EmployeeProjectExportVO{
...
@@ -301,7 +297,7 @@ public class EmployeeProjectExportVO{
* 项目员工类型
* 项目员工类型
*/
*/
@ExcelProperty
(
value
=
"项目员工类型"
)
@ExcelProperty
(
value
=
"项目员工类型"
)
@ExcelAttribute
(
name
=
"项目员工类型"
,
isDataId
=
true
,
dataType
=
ExcelAttributeConstants
.
PERSONNEL_STAT
E
)
@ExcelAttribute
(
name
=
"项目员工类型"
,
isDataId
=
true
,
dataType
=
ExcelAttributeConstants
.
EMP_NATRU
E
)
private
String
empNatrue
;
private
String
empNatrue
;
/**
/**
...
@@ -333,7 +329,7 @@ public class EmployeeProjectExportVO{
...
@@ -333,7 +329,7 @@ public class EmployeeProjectExportVO{
*/
*/
@ExcelProperty
(
value
=
"合同状态"
)
@ExcelProperty
(
value
=
"合同状态"
)
@ExcelAttribute
(
name
=
"合同状态"
,
isDataId
=
true
,
dataType
=
ExcelAttributeConstants
.
PERSONNEL_STATE
)
@ExcelAttribute
(
name
=
"合同状态"
,
isDataId
=
true
,
dataType
=
ExcelAttributeConstants
.
PERSONNEL_STATE
)
private
Integer
contractStatus
;
private
String
contractStatus
;
/**
/**
* 业务类型一级分类
* 业务类型一级分类
...
@@ -358,28 +354,28 @@ public class EmployeeProjectExportVO{
...
@@ -358,28 +354,28 @@ public class EmployeeProjectExportVO{
*/
*/
@ExcelProperty
(
value
=
"商险状态"
)
@ExcelProperty
(
value
=
"商险状态"
)
@ExcelAttribute
(
name
=
"商险状态"
,
isDataId
=
true
,
dataType
=
ExcelAttributeConstants
.
COMMERCIAL_SATTE
)
@ExcelAttribute
(
name
=
"商险状态"
,
isDataId
=
true
,
dataType
=
ExcelAttributeConstants
.
COMMERCIAL_SATTE
)
private
Integer
insuranceStatus
;
private
String
insuranceStatus
;
/**
/**
* 社保状态(字典)
* 社保状态(字典)
*/
*/
@ExcelProperty
(
value
=
"社保状态"
)
@ExcelProperty
(
value
=
"社保状态"
)
@ExcelAttribute
(
name
=
"社保状态"
,
isDataId
=
true
,
dataType
=
ExcelAttributeConstants
.
SOCIAL_ECURITY_STATE
)
@ExcelAttribute
(
name
=
"社保状态"
,
isDataId
=
true
,
dataType
=
ExcelAttributeConstants
.
SOCIAL_ECURITY_STATE
)
private
Integer
socialStatus
;
private
String
socialStatus
;
/**
/**
* 公积金状态(字典)
* 公积金状态(字典)
*/
*/
@ExcelProperty
(
value
=
"公积金状态"
)
@ExcelProperty
(
value
=
"公积金状态"
)
@ExcelAttribute
(
name
=
"公积金状态"
,
isDataId
=
true
,
dataType
=
ExcelAttributeConstants
.
FUND_STATUS
)
@ExcelAttribute
(
name
=
"公积金状态"
,
isDataId
=
true
,
dataType
=
ExcelAttributeConstants
.
FUND_STATUS
)
private
Integer
fundStatus
;
private
String
fundStatus
;
/**
/**
* 近3个月发薪(0否;1是)
* 近3个月发薪(0否;1是)
*/
*/
@ExcelProperty
(
value
=
"近3个月发薪"
)
@ExcelProperty
(
value
=
"近3个月发薪"
)
@ExcelAttribute
(
name
=
"近3个月发薪"
,
readConverterExp
=
"0=无,1=是,2=否"
)
@ExcelAttribute
(
name
=
"近3个月发薪"
,
readConverterExp
=
"0=无,1=是,2=否"
)
private
Integer
salaryStatus
;
private
String
salaryStatus
;
/**
/**
* 项目档案来源(字典:4人员档案新建、5项目档案新建、1社保/公积金、3商险、2薪酬)
* 项目档案来源(字典:4人员档案新建、5项目档案新建、1社保/公积金、3商险、2薪酬)
...
@@ -391,8 +387,9 @@ public class EmployeeProjectExportVO{
...
@@ -391,8 +387,9 @@ public class EmployeeProjectExportVO{
/**
/**
* 项目档案状态(0草稿、1已审核)
* 项目档案状态(0草稿、1已审核)
*/
*/
@ExcelAttribute
(
name
=
"项目档案状态"
,
readConverterExp
=
"0=草稿,1=已审核"
)
@ExcelProperty
(
value
=
"项目档案状态"
)
@ExcelProperty
(
value
=
"项目档案状态"
)
private
Integer
status
;
private
String
status
;
/**
/**
* 项目档案创建人
* 项目档案创建人
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TEmployeeProjectMapper.xml
View file @
ac5ee37d
...
@@ -80,7 +80,6 @@
...
@@ -80,7 +80,6 @@
<result
property=
"remark"
column=
"REMARK"
/>
<result
property=
"remark"
column=
"REMARK"
/>
<result
property=
"fileSource"
column=
"FILE_SOURCE"
/>
<result
property=
"fileSource"
column=
"FILE_SOURCE"
/>
<result
property=
"proStatus"
column=
"PROSTATUS"
/>
<result
property=
"proStatus"
column=
"PROSTATUS"
/>
<result
property=
"fileStatus"
column=
"FILE_STATUS"
/>
<result
property=
"bankName"
column=
"BANK_NAME"
/>
<result
property=
"bankName"
column=
"BANK_NAME"
/>
<result
property=
"bankSubName"
column=
"BANK_SUB_NAME"
/>
<result
property=
"bankSubName"
column=
"BANK_SUB_NAME"
/>
<result
property=
"bankNo"
column=
"BANK_NO"
/>
<result
property=
"bankNo"
column=
"BANK_NO"
/>
...
...
yifu-upms/yifu-upms-biz/src/main/java/com/yifu.cloud.plus.v1/yifu/admin/controller/DictController.java
View file @
ac5ee37d
...
@@ -345,7 +345,6 @@ public class DictController {
...
@@ -345,7 +345,6 @@ public class DictController {
@PostMapping
(
"/inner/getDictList"
)
@PostMapping
(
"/inner/getDictList"
)
public
R
<
List
<
SysDictItem
>>
getDictList
(
@RequestParam
(
value
=
"itemType"
,
required
=
false
)
String
itemType
)
{
public
R
<
List
<
SysDictItem
>>
getDictList
(
@RequestParam
(
value
=
"itemType"
,
required
=
false
)
String
itemType
)
{
List
<
SysDictItem
>
allList
=
sysDictItemService
.
list
(
Wrappers
.<
SysDictItem
>
query
().
lambda
()
List
<
SysDictItem
>
allList
=
sysDictItemService
.
list
(
Wrappers
.<
SysDictItem
>
query
().
lambda
()
.
in
(
SysDictItem:
:
getType
,
itemType
)
.
eq
(
SysDictItem:
:
getDelFlag
,
CommonConstants
.
ZERO_STRING
));
.
eq
(
SysDictItem:
:
getDelFlag
,
CommonConstants
.
ZERO_STRING
));
return
new
R
<>(
allList
);
return
new
R
<>(
allList
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment