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
fc42e240
You need to sign in or sign up before continuing.
Commit
fc42e240
authored
Apr 01, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-入职登记商险待办提交
parent
2a75ee2e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
90 additions
and
15 deletions
+90
-15
EmployeeRegistrationPreServiceImpl.java
...ives/service/impl/EmployeeRegistrationPreServiceImpl.java
+6
-6
TEmployeeInsurancePreExportVo.java
.../v1/yifu/insurances/vo/TEmployeeInsurancePreExportVo.java
+5
-2
TEmployeeInsurancePreSearchVo.java
.../v1/yifu/insurances/vo/TEmployeeInsurancePreSearchVo.java
+16
-0
TEmployeeInsurancePreMapper.xml
...sources/mapper/insurances/TEmployeeInsurancePreMapper.xml
+63
-7
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/EmployeeRegistrationPreServiceImpl.java
View file @
fc42e240
...
@@ -276,7 +276,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
...
@@ -276,7 +276,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
}
}
if
(
null
!=
preExit
.
getContractSubName
()
&&
null
==
pre
.
getContractSubName
())
{
if
(
null
!=
preExit
.
getContractSubName
()
&&
null
==
pre
.
getContractSubName
())
{
Map
<
String
,
String
>
dicObj
=
(
Map
<
String
,
String
>)
RedisUtil
.
redis
.
opsForValue
().
get
(
Map
<
String
,
String
>
dicObj
=
(
Map
<
String
,
String
>)
RedisUtil
.
redis
.
opsForValue
().
get
(
CacheConstants
.
DICT_DETAILS
+
CommonConstants
.
COLON_STRING
+
"
personnel_type_sub
"
);
CacheConstants
.
DICT_DETAILS
+
CommonConstants
.
COLON_STRING
+
"
contract_business_type
"
);
for
(
Map
.
Entry
<
String
,
String
>
entry
:
dicObj
.
entrySet
())
{
for
(
Map
.
Entry
<
String
,
String
>
entry
:
dicObj
.
entrySet
())
{
if
(
Common
.
isNotNull
(
entry
.
getKey
())
&&
entry
.
getKey
().
equals
(
preExit
.
getContractSubName
()))
{
if
(
Common
.
isNotNull
(
entry
.
getKey
())
&&
entry
.
getKey
().
equals
(
preExit
.
getContractSubName
()))
{
contractXfBefore
=
entry
.
getValue
();
contractXfBefore
=
entry
.
getValue
();
...
@@ -286,7 +286,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
...
@@ -286,7 +286,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
}
}
if
(
null
==
preExit
.
getContractSubName
()
&&
null
!=
pre
.
getContractSubName
())
{
if
(
null
==
preExit
.
getContractSubName
()
&&
null
!=
pre
.
getContractSubName
())
{
Map
<
String
,
String
>
dicObj
=
(
Map
<
String
,
String
>)
RedisUtil
.
redis
.
opsForValue
().
get
(
Map
<
String
,
String
>
dicObj
=
(
Map
<
String
,
String
>)
RedisUtil
.
redis
.
opsForValue
().
get
(
CacheConstants
.
DICT_DETAILS
+
CommonConstants
.
COLON_STRING
+
"
personnel_type_sub
"
);
CacheConstants
.
DICT_DETAILS
+
CommonConstants
.
COLON_STRING
+
"
contract_business_type
"
);
for
(
Map
.
Entry
<
String
,
String
>
entry
:
dicObj
.
entrySet
())
{
for
(
Map
.
Entry
<
String
,
String
>
entry
:
dicObj
.
entrySet
())
{
if
(
Common
.
isNotNull
(
entry
.
getKey
())
&&
entry
.
getKey
().
equals
(
pre
.
getContractSubName
()))
{
if
(
Common
.
isNotNull
(
entry
.
getKey
())
&&
entry
.
getKey
().
equals
(
pre
.
getContractSubName
()))
{
contractXfAfter
=
entry
.
getValue
();
contractXfAfter
=
entry
.
getValue
();
...
@@ -297,7 +297,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
...
@@ -297,7 +297,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
if
(
null
!=
preExit
.
getContractSubName
()
&&
null
!=
pre
.
getContractSubName
()
if
(
null
!=
preExit
.
getContractSubName
()
&&
null
!=
pre
.
getContractSubName
()
&&
!
preExit
.
getContractSubName
().
equals
(
pre
.
getContractSubName
()))
{
&&
!
preExit
.
getContractSubName
().
equals
(
pre
.
getContractSubName
()))
{
Map
<
String
,
String
>
dicObj
=
(
Map
<
String
,
String
>)
RedisUtil
.
redis
.
opsForValue
().
get
(
Map
<
String
,
String
>
dicObj
=
(
Map
<
String
,
String
>)
RedisUtil
.
redis
.
opsForValue
().
get
(
CacheConstants
.
DICT_DETAILS
+
CommonConstants
.
COLON_STRING
+
"
personnel_type_sub
"
);
CacheConstants
.
DICT_DETAILS
+
CommonConstants
.
COLON_STRING
+
"
contract_business_type
"
);
for
(
Map
.
Entry
<
String
,
String
>
entry
:
dicObj
.
entrySet
())
{
for
(
Map
.
Entry
<
String
,
String
>
entry
:
dicObj
.
entrySet
())
{
if
(
Common
.
isNotNull
(
entry
.
getKey
())
&&
entry
.
getKey
().
equals
(
preExit
.
getContractSubName
()))
{
if
(
Common
.
isNotNull
(
entry
.
getKey
())
&&
entry
.
getKey
().
equals
(
preExit
.
getContractSubName
()))
{
contractXfBefore
=
entry
.
getValue
();
contractXfBefore
=
entry
.
getValue
();
...
@@ -425,7 +425,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
...
@@ -425,7 +425,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
}
}
if
(
null
!=
comparePre
.
getContractSubName
()
&&
null
==
employeeRegistrationPre
.
getContractSubName
())
{
if
(
null
!=
comparePre
.
getContractSubName
()
&&
null
==
employeeRegistrationPre
.
getContractSubName
())
{
Map
<
String
,
String
>
dicObj
=
(
Map
<
String
,
String
>)
RedisUtil
.
redis
.
opsForValue
().
get
(
Map
<
String
,
String
>
dicObj
=
(
Map
<
String
,
String
>)
RedisUtil
.
redis
.
opsForValue
().
get
(
CacheConstants
.
DICT_DETAILS
+
CommonConstants
.
COLON_STRING
+
"
personnel_type_sub
"
);
CacheConstants
.
DICT_DETAILS
+
CommonConstants
.
COLON_STRING
+
"
contract_business_type
"
);
for
(
Map
.
Entry
<
String
,
String
>
entry:
dicObj
.
entrySet
()){
for
(
Map
.
Entry
<
String
,
String
>
entry:
dicObj
.
entrySet
()){
if
(
Common
.
isNotNull
(
entry
.
getKey
())
&&
entry
.
getKey
().
equals
(
comparePre
.
getContractSubName
())){
if
(
Common
.
isNotNull
(
entry
.
getKey
())
&&
entry
.
getKey
().
equals
(
comparePre
.
getContractSubName
())){
contractXfBefore
=
entry
.
getValue
();
contractXfBefore
=
entry
.
getValue
();
...
@@ -435,7 +435,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
...
@@ -435,7 +435,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
}
}
if
(
null
==
comparePre
.
getContractSubName
()
&&
null
!=
employeeRegistrationPre
.
getContractSubName
())
{
if
(
null
==
comparePre
.
getContractSubName
()
&&
null
!=
employeeRegistrationPre
.
getContractSubName
())
{
Map
<
String
,
String
>
dicObj
=
(
Map
<
String
,
String
>)
RedisUtil
.
redis
.
opsForValue
().
get
(
Map
<
String
,
String
>
dicObj
=
(
Map
<
String
,
String
>)
RedisUtil
.
redis
.
opsForValue
().
get
(
CacheConstants
.
DICT_DETAILS
+
CommonConstants
.
COLON_STRING
+
"
personnel_type_sub
"
);
CacheConstants
.
DICT_DETAILS
+
CommonConstants
.
COLON_STRING
+
"
contract_business_type
"
);
for
(
Map
.
Entry
<
String
,
String
>
entry:
dicObj
.
entrySet
()){
for
(
Map
.
Entry
<
String
,
String
>
entry:
dicObj
.
entrySet
()){
if
(
Common
.
isNotNull
(
entry
.
getKey
())
&&
entry
.
getKey
().
equals
(
employeeRegistrationPre
.
getContractSubName
())){
if
(
Common
.
isNotNull
(
entry
.
getKey
())
&&
entry
.
getKey
().
equals
(
employeeRegistrationPre
.
getContractSubName
())){
contractXfAfter
=
entry
.
getValue
();
contractXfAfter
=
entry
.
getValue
();
...
@@ -446,7 +446,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
...
@@ -446,7 +446,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
if
(
null
!=
comparePre
.
getContractSubName
()
&&
null
!=
employeeRegistrationPre
.
getContractSubName
()
if
(
null
!=
comparePre
.
getContractSubName
()
&&
null
!=
employeeRegistrationPre
.
getContractSubName
()
&&
!
comparePre
.
getContractSubName
().
equals
(
employeeRegistrationPre
.
getContractSubName
()))
{
&&
!
comparePre
.
getContractSubName
().
equals
(
employeeRegistrationPre
.
getContractSubName
()))
{
Map
<
String
,
String
>
dicObj
=
(
Map
<
String
,
String
>)
RedisUtil
.
redis
.
opsForValue
().
get
(
Map
<
String
,
String
>
dicObj
=
(
Map
<
String
,
String
>)
RedisUtil
.
redis
.
opsForValue
().
get
(
CacheConstants
.
DICT_DETAILS
+
CommonConstants
.
COLON_STRING
+
"
personnel_type_sub
"
);
CacheConstants
.
DICT_DETAILS
+
CommonConstants
.
COLON_STRING
+
"
contract_business_type
"
);
for
(
Map
.
Entry
<
String
,
String
>
entry:
dicObj
.
entrySet
()){
for
(
Map
.
Entry
<
String
,
String
>
entry:
dicObj
.
entrySet
()){
if
(
Common
.
isNotNull
(
entry
.
getKey
())
&&
entry
.
getKey
().
equals
(
comparePre
.
getContractSubName
())){
if
(
Common
.
isNotNull
(
entry
.
getKey
())
&&
entry
.
getKey
().
equals
(
comparePre
.
getContractSubName
())){
contractXfBefore
=
entry
.
getValue
();
contractXfBefore
=
entry
.
getValue
();
...
...
yifu-insurances/yifu-insurances-api/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/vo/TEmployeeInsurancePreExportVo.java
View file @
fc42e240
package
com
.
yifu
.
cloud
.
plus
.
v1
.
yifu
.
insurances
.
vo
;
package
com
.
yifu
.
cloud
.
plus
.
v1
.
yifu
.
insurances
.
vo
;
import
com.alibaba.excel.annotation.ExcelProperty
;
import
com.alibaba.excel.annotation.ExcelProperty
;
import
com.alibaba.excel.annotation.format.DateTimeFormat
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.ExcelAttribute
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.ExcelAttribute
;
import
io.swagger.v3.oas.annotations.media.Schema
;
import
io.swagger.v3.oas.annotations.media.Schema
;
import
lombok.Data
;
import
lombok.Data
;
import
java.io.Serializable
;
import
java.io.Serializable
;
import
java.time.LocalDateTime
;
import
java.util.Date
;
import
java.util.Date
;
/**
/**
...
@@ -45,6 +47,7 @@ public class TEmployeeInsurancePreExportVo implements Serializable {
...
@@ -45,6 +47,7 @@ public class TEmployeeInsurancePreExportVo implements Serializable {
@Schema
(
description
=
"身份证号"
)
@Schema
(
description
=
"身份证号"
)
@ExcelProperty
(
"身份证号"
)
@ExcelProperty
(
"身份证号"
)
private
String
empIdcard
;
private
String
empIdcard
;
/**
/**
* 购买类型, 1新增、3批增、4替换
* 购买类型, 1新增、3批增、4替换
*/
*/
...
@@ -52,7 +55,6 @@ public class TEmployeeInsurancePreExportVo implements Serializable {
...
@@ -52,7 +55,6 @@ public class TEmployeeInsurancePreExportVo implements Serializable {
@Schema
(
description
=
"投保类型, 1新增、3批增、4替换"
)
@Schema
(
description
=
"投保类型, 1新增、3批增、4替换"
)
@ExcelProperty
(
"投保类型"
)
@ExcelProperty
(
"投保类型"
)
private
String
buyType
;
private
String
buyType
;
/**
/**
* 保险公司名称
* 保险公司名称
*/
*/
...
@@ -98,6 +100,7 @@ public class TEmployeeInsurancePreExportVo implements Serializable {
...
@@ -98,6 +100,7 @@ public class TEmployeeInsurancePreExportVo implements Serializable {
@ExcelAttribute
(
name
=
"入职日期"
,
isDate
=
true
)
@ExcelAttribute
(
name
=
"入职日期"
,
isDate
=
true
)
@Schema
(
description
=
"入职日期"
)
@Schema
(
description
=
"入职日期"
)
@ExcelProperty
(
"入职日期"
)
@ExcelProperty
(
"入职日期"
)
@DateTimeFormat
(
"yyyy-MM-dd"
)
private
Date
joinLeaveDate
;
private
Date
joinLeaveDate
;
/**
/**
...
@@ -106,7 +109,7 @@ public class TEmployeeInsurancePreExportVo implements Serializable {
...
@@ -106,7 +109,7 @@ public class TEmployeeInsurancePreExportVo implements Serializable {
@ExcelAttribute
(
name
=
"预计派单时间"
,
isDate
=
true
)
@ExcelAttribute
(
name
=
"预计派单时间"
,
isDate
=
true
)
@Schema
(
description
=
"预计派单时间"
)
@Schema
(
description
=
"预计派单时间"
)
@ExcelProperty
(
"预计派单时间"
)
@ExcelProperty
(
"预计派单时间"
)
private
Dat
e
expectedCollectionTime
;
private
LocalDateTim
e
expectedCollectionTime
;
/**
/**
* 前端客服
* 前端客服
...
...
yifu-insurances/yifu-insurances-api/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/vo/TEmployeeInsurancePreSearchVo.java
View file @
fc42e240
...
@@ -55,4 +55,20 @@ public class TEmployeeInsurancePreSearchVo extends TEmployeeInsurancePre {
...
@@ -55,4 +55,20 @@ public class TEmployeeInsurancePreSearchVo extends TEmployeeInsurancePre {
@Schema
(
description
=
"列表类型 1 待办 2监控 3入职确认信息"
)
@Schema
(
description
=
"列表类型 1 待办 2监控 3入职确认信息"
)
private
String
type
;
private
String
type
;
@Schema
(
description
=
"入离职开始时间"
)
@TableField
(
exist
=
false
)
private
LocalDateTime
joinTimeStart
;
@Schema
(
description
=
"入离职截止时间"
)
@TableField
(
exist
=
false
)
private
LocalDateTime
joinTimeEnd
;
@Schema
(
description
=
"登记开始时间"
)
@TableField
(
exist
=
false
)
private
LocalDateTime
registTimeStart
;
@Schema
(
description
=
"登记截止时间"
)
@TableField
(
exist
=
false
)
private
LocalDateTime
registTimeEnd
;
}
}
yifu-insurances/yifu-insurances-biz/src/main/resources/mapper/insurances/TEmployeeInsurancePreMapper.xml
View file @
fc42e240
...
@@ -45,6 +45,23 @@
...
@@ -45,6 +45,23 @@
<result
property=
"updateBy"
column=
"update_by"
/>
<result
property=
"updateBy"
column=
"update_by"
/>
<result
property=
"updateTime"
column=
"update_time"
/>
<result
property=
"updateTime"
column=
"update_time"
/>
</resultMap>
</resultMap>
<resultMap
id=
"tEmployeeInsurancePreExportMap"
type=
"com.yifu.cloud.plus.v1.yifu.insurances.vo.TEmployeeInsurancePreExportVo"
>
<result
property=
"employeeName"
column=
"employee_name"
/>
<result
property=
"empIdcard"
column=
"emp_idcard"
/>
<result
property=
"joinLeaveDate"
column=
"join_leave_date"
/>
<result
property=
"processStatus"
column=
"process_status"
/>
<result
property=
"customerUsername"
column=
"customer_username"
/>
<result
property=
"policyStartEnd"
column=
"policy_start_end"
/>
<result
property=
"deptName"
column=
"dept_name"
/>
<result
property=
"deptNo"
column=
"dept_no"
/>
<result
property=
"expectedCollectionTime"
column=
"expected_collection_time"
/>
<result
property=
"insuranceCompanyName"
column=
"insurance_company_name"
/>
<result
property=
"insuranceTypeName"
column=
"insurance_type_name"
/>
<result
property=
"buyStandard"
column=
"buy_standard"
/>
<result
property=
"buyType"
column=
"buy_type"
/>
<result
property=
"isAddress"
column=
"is_address"
/>
</resultMap>
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
a.id,
a.id,
a.employee_name,
a.employee_name,
...
@@ -99,9 +116,12 @@
...
@@ -99,9 +116,12 @@
<if
test=
"tEmployeeInsurancePre.empPhone != null and tEmployeeInsurancePre.empPhone.trim() != ''"
>
<if
test=
"tEmployeeInsurancePre.empPhone != null and tEmployeeInsurancePre.empPhone.trim() != ''"
>
AND a.emp_phone like CONCAT('%',#{tEmployeeInsurancePre.empPhone},'%')
AND a.emp_phone like CONCAT('%',#{tEmployeeInsurancePre.empPhone},'%')
</if>
</if>
<if
test=
"tEmployeeInsurancePre.joinLeaveDate != null"
>
<if
test=
"tEmployeeInsurancePre.joinTimeStart != null"
>
AND a.join_leave_date = #{tEmployeeInsurancePre.joinLeaveDate}
AND a.join_leave_date
<![CDATA[ >= ]]>
#{tEmployeeInsurancePre.joinTimeStart}
</if>
</if>
<if
test=
"tEmployeeInsurancePre.joinTimeEnd != null"
>
AND a.join_leave_date
<![CDATA[ <= ]]>
#{tEmployeeInsurancePre.joinTimeEnd}
</if>
<if
test=
"tEmployeeInsurancePre.processStatus != null and tEmployeeInsurancePre.processStatus.trim() != ''"
>
<if
test=
"tEmployeeInsurancePre.processStatus != null and tEmployeeInsurancePre.processStatus.trim() != ''"
>
AND a.process_status = #{tEmployeeInsurancePre.processStatus}
AND a.process_status = #{tEmployeeInsurancePre.processStatus}
</if>
</if>
...
@@ -118,7 +138,7 @@
...
@@ -118,7 +138,7 @@
AND a.customer_user_loginname = #{tEmployeeInsurancePre.customerUserLoginname}
AND a.customer_user_loginname = #{tEmployeeInsurancePre.customerUserLoginname}
</if>
</if>
<if
test=
"tEmployeeInsurancePre.deptName != null and tEmployeeInsurancePre.deptName.trim() != ''"
>
<if
test=
"tEmployeeInsurancePre.deptName != null and tEmployeeInsurancePre.deptName.trim() != ''"
>
AND a.dept_name like CONCAT('%',#{tEmployeeInsurancePredeptName},'%')
AND a.dept_name like CONCAT('%',#{tEmployeeInsurancePre
.
deptName},'%')
</if>
</if>
<if
test=
"tEmployeeInsurancePre.deptNo != null and tEmployeeInsurancePre.deptNo.trim() != ''"
>
<if
test=
"tEmployeeInsurancePre.deptNo != null and tEmployeeInsurancePre.deptNo.trim() != ''"
>
AND a.dept_no = #{tEmployeeInsurancePre.deptNo}
AND a.dept_no = #{tEmployeeInsurancePre.deptNo}
...
@@ -132,9 +152,12 @@
...
@@ -132,9 +152,12 @@
<if
test=
"tEmployeeInsurancePre.registUser != null and tEmployeeInsurancePre.registUser.trim() != ''"
>
<if
test=
"tEmployeeInsurancePre.registUser != null and tEmployeeInsurancePre.registUser.trim() != ''"
>
AND a.regist_user = #{tEmployeeInsurancePre.registUser}
AND a.regist_user = #{tEmployeeInsurancePre.registUser}
</if>
</if>
<if
test=
"tEmployeeInsurancePre.registTime != null"
>
<if
test=
"tEmployeeInsurancePre.registTimeStart != null"
>
AND a.regist_time = #{tEmployeeInsurancePre.registTime}
and a.regist_time
<![CDATA[ >= ]]>
concat(#{tEmployeeInsurancePre.registTimeStart}, ' 00:00:00')
</if>
</if>
<if
test=
"tEmployeeInsurancePre.registTimeEnd != null"
>
and a.regist_time
<![CDATA[ <= ]]>
concat(#{tEmployeeInsurancePre.registTimeEnd}, ' 23:59:59')
</if>
<if
test=
"tEmployeeInsurancePre.customerUsernameNew != null and tEmployeeInsurancePre.customerUsernameNew.trim() != ''"
>
<if
test=
"tEmployeeInsurancePre.customerUsernameNew != null and tEmployeeInsurancePre.customerUsernameNew.trim() != ''"
>
AND a.customer_username_new = #{tEmployeeInsurancePre.customerUsernameNew}
AND a.customer_username_new = #{tEmployeeInsurancePre.customerUsernameNew}
</if>
</if>
...
@@ -208,4 +231,37 @@
...
@@ -208,4 +231,37 @@
<include
refid=
"tEmployeeInsurancePre_where"
/>
<include
refid=
"tEmployeeInsurancePre_where"
/>
</where>
</where>
</select>
</select>
<select
id=
"selectExportCount"
resultType=
"java.lang.Long"
>
SELECT
count(1)
FROM t_employee_insurance_pre a
<where>
1=1
<include
refid=
"tEmployeeInsurancePre_where"
/>
</where>
</select>
<select
id=
"selectExportList"
resultMap=
"employeeRegistrationExportMap"
>
SELECT
a.employee_name,
a.emp_idcard,
a.emp_phone,
a.position,
if(a.feedback_type = '1','入职','离职') feedback_type,
a.join_leave_date,
if(a.process_status= '0','已接收',if(a.process_status= '1','待处理',if(a.process_status= '2','已处理','拒绝入职'))) process_status,
a.registor_username,
a.emp_deptname,
a.create_time
FROM employee_registration a
<where>
1=1
<include
refid=
"employeeRegistration_where"
/>
</where>
order by a.create_time desc
<if
test=
"employeeRegistration.limitStart != null"
>
limit #{employeeRegistration.limitStart},#{employeeRegistration.limitEnd}
</if>
</select>
</mapper>
</mapper>
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