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
c8b4aa08
Commit
c8b4aa08
authored
Oct 25, 2024
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.0 优化导出
parent
62e21be7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
157 additions
and
329 deletions
+157
-329
PreUploadEmpImportVo.java
.../cloud/plus/v1/yifu/archives/vo/PreUploadEmpImportVo.java
+1
-1
TCompleteMonitorMapper.java
.../plus/v1/yifu/archives/mapper/TCompleteMonitorMapper.java
+7
-7
TPreEmpMainMapper.java
...cloud/plus/v1/yifu/archives/mapper/TPreEmpMainMapper.java
+3
-3
TCompleteMonitorServiceImpl.java
...fu/archives/service/impl/TCompleteMonitorServiceImpl.java
+56
-48
TPreEmpMainServiceImpl.java
...v1/yifu/archives/service/impl/TPreEmpMainServiceImpl.java
+31
-22
TCompleteMonitorMapper.xml
...-biz/src/main/resources/mapper/TCompleteMonitorMapper.xml
+42
-201
TPreEmpMainMapper.xml
...hives-biz/src/main/resources/mapper/TPreEmpMainMapper.xml
+17
-47
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/PreUploadEmpImportVo.java
View file @
c8b4aa08
...
@@ -101,7 +101,7 @@ public class PreUploadEmpImportVo implements Serializable {
...
@@ -101,7 +101,7 @@ public class PreUploadEmpImportVo implements Serializable {
private
String
relationCity
;
private
String
relationCity
;
@ExcelAttribute
(
name
=
"联系地址-区/县"
,
isNotEmpty
=
true
,
isArea
=
true
,
parentField
=
"relationCity"
)
@ExcelAttribute
(
name
=
"联系地址-区/县"
,
isNotEmpty
=
true
,
isArea
=
true
,
parentField
=
"relationCity"
)
private
String
relationTown
;
private
String
relationTown
;
@ExcelAttribute
(
name
=
"联系地址-详细地址"
,
isNotEmpty
=
true
,
errorInfo
=
"联系地址-街道、详情不能为空"
,
maxLength
=
1
00
)
@ExcelAttribute
(
name
=
"联系地址-详细地址"
,
isNotEmpty
=
true
,
errorInfo
=
"联系地址-街道、详情不能为空"
,
maxLength
=
2
00
)
private
String
address
;
private
String
address
;
@ExcelAttribute
(
name
=
"手机号码(紧急联系人)"
,
isPhone
=
true
,
isNotEmpty
=
true
,
errorInfo
=
"手机号码(紧急联系人)不能为空"
,
maxLength
=
20
)
@ExcelAttribute
(
name
=
"手机号码(紧急联系人)"
,
isPhone
=
true
,
isNotEmpty
=
true
,
errorInfo
=
"手机号码(紧急联系人)不能为空"
,
maxLength
=
20
)
private
String
tel
;
private
String
tel
;
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/mapper/TCompleteMonitorMapper.java
View file @
c8b4aa08
...
@@ -93,13 +93,13 @@ public interface TCompleteMonitorMapper extends BaseMapper<TCompleteMonitor> {
...
@@ -93,13 +93,13 @@ public interface TCompleteMonitorMapper extends BaseMapper<TCompleteMonitor> {
int
getTEmpMainAllCount
(
@Param
(
"tCompleteMonitor"
)
TCompleteMonitor
tCompleteMonitor
);
int
getTEmpMainAllCount
(
@Param
(
"tCompleteMonitor"
)
TCompleteMonitor
tCompleteMonitor
);
// 导出详情使用 hgw 2024-6-26 11:05:41
// 导出详情使用 hgw 2024-6-26 11:05:41
List
<
TMainExportAllVO
>
getTEmpMainAllList
(
@Param
(
"tCompleteMonitor"
)
TCompleteMonitor
tCompleteMonitor
);
List
<
TMainExportAllVO
>
getTEmpMainAllList
(
@Param
(
"tCompleteMonitor"
)
TCompleteMonitor
tCompleteMonitor
);
List
<
TMainExportAllVO
>
getTEmpMainAllListByContract
(
@Param
(
"
tCompleteMonitor"
)
TCompleteMonitor
tCompleteMonitor
);
List
<
TMainExportAllVO
>
getTEmpMainAllListByContract
(
@Param
(
"
empIdList"
)
List
<
String
>
empIdList
);
List
<
TMainExportAllVO
>
getTEmpMainAllListByEducation
(
@Param
(
"
tCompleteMonitor"
)
TCompleteMonitor
tCompleteMonitor
);
List
<
TMainExportAllVO
>
getTEmpMainAllListByEducation
(
@Param
(
"
empIdList"
)
List
<
String
>
empIdList
);
List
<
TMainExportAllVO
>
getTEmpMainAllListByBad
(
@Param
(
"
tCompleteMonitor"
)
TCompleteMonitor
tCompleteMonitor
);
List
<
TMainExportAllVO
>
getTEmpMainAllListByBad
(
@Param
(
"
empIdList"
)
List
<
String
>
empIdList
);
List
<
TMainExportAllVO
>
getTEmpMainAllListByDisability
(
@Param
(
"
tCompleteMonitor"
)
TCompleteMonitor
tCompleteMonitor
);
List
<
TMainExportAllVO
>
getTEmpMainAllListByDisability
(
@Param
(
"
empIdList"
)
List
<
String
>
empIdList
);
List
<
TMainExportAllVO
>
getTEmpMainAllListByWork
(
@Param
(
"
tCompleteMonitor"
)
TCompleteMonitor
tCompleteMonitor
);
List
<
TMainExportAllVO
>
getTEmpMainAllListByWork
(
@Param
(
"
empIdList"
)
List
<
String
>
empIdList
);
List
<
TMainExportAllVO
>
getTEmpMainAllListByFamily
(
@Param
(
"
tCompleteMonitor"
)
TCompleteMonitor
tCompleteMonitor
);
List
<
TMainExportAllVO
>
getTEmpMainAllListByFamily
(
@Param
(
"
empIdList"
)
List
<
String
>
empIdList
);
List
<
TMainExportAllVO
>
getTEmpMainAllListByProfessional
(
@Param
(
"
tCompleteMonitor"
)
TCompleteMonitor
tCompleteMonitor
);
List
<
TMainExportAllVO
>
getTEmpMainAllListByProfessional
(
@Param
(
"
empIdList"
)
List
<
String
>
empIdList
);
// 导出详情使用 hgw 2024-6-26 11:05:41
// 导出详情使用 hgw 2024-6-26 11:05:41
int
getTEmpMainAllCountOneWork
(
@Param
(
"tCompleteMonitor"
)
TCompleteMonitor
tCompleteMonitor
);
int
getTEmpMainAllCountOneWork
(
@Param
(
"tCompleteMonitor"
)
TCompleteMonitor
tCompleteMonitor
);
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/mapper/TPreEmpMainMapper.java
View file @
c8b4aa08
...
@@ -52,9 +52,9 @@ public interface TPreEmpMainMapper extends BaseMapper<TPreEmpMain> {
...
@@ -52,9 +52,9 @@ public interface TPreEmpMainMapper extends BaseMapper<TPreEmpMain> {
int
getTPreEmpMainAllCount
(
@Param
(
"tPreEmpMain"
)
TPreEmpMain
tPreEmpMain
);
int
getTPreEmpMainAllCount
(
@Param
(
"tPreEmpMain"
)
TPreEmpMain
tPreEmpMain
);
List
<
TPreMainExportAllVO
>
getTPreEmpMainAllList
(
@Param
(
"tPreEmpMain"
)
TPreEmpMain
tPreEmpMain
);
List
<
TPreMainExportAllVO
>
getTPreEmpMainAllList
(
@Param
(
"tPreEmpMain"
)
TPreEmpMain
tPreEmpMain
);
List
<
TPreMainExportAllVO
>
getTPreEmpMainAllListByWork
(
@Param
(
"
tPreEmpMain"
)
TPreEmpMain
tPreEmpMain
);
List
<
TPreMainExportAllVO
>
getTPreEmpMainAllListByWork
(
@Param
(
"
preMainIdList"
)
List
<
String
>
preMainIdList
);
List
<
TPreMainExportAllVO
>
getTPreEmpMainAllListByFamily
(
@Param
(
"
tPreEmpMain"
)
TPreEmpMain
tPreEmpMain
);
List
<
TPreMainExportAllVO
>
getTPreEmpMainAllListByFamily
(
@Param
(
"
preMainIdList"
)
List
<
String
>
preMainIdList
);
List
<
TPreMainExportAllVO
>
getTPreEmpMainAllListByProfessional
(
@Param
(
"
tPreEmpMain"
)
TPreEmpMain
tPreEmpMain
);
List
<
TPreMainExportAllVO
>
getTPreEmpMainAllListByProfessional
(
@Param
(
"
preMainIdList"
)
List
<
String
>
preMainIdList
);
// 导出详情使用 hgw 2024-6-26 11:05:41
// 导出详情使用 hgw 2024-6-26 11:05:41
int
getTEmpMainAllCountOneWork
(
@Param
(
"tPreEmpMain"
)
TPreEmpMain
tPreEmpMain
);
int
getTEmpMainAllCountOneWork
(
@Param
(
"tPreEmpMain"
)
TPreEmpMain
tPreEmpMain
);
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TCompleteMonitorServiceImpl.java
View file @
c8b4aa08
...
@@ -276,9 +276,12 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
...
@@ -276,9 +276,12 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
exportLimit
.
setType
(
CommonConstants
.
TWO_INT
);
exportLimit
.
setType
(
CommonConstants
.
TWO_INT
);
List
<
TArchivesExportLimit
>
limitList
=
tArchivesExportLimitMapper
.
getLimitList
(
exportLimit
);
List
<
TArchivesExportLimit
>
limitList
=
tArchivesExportLimitMapper
.
getLimitList
(
exportLimit
);
boolean
myExport
=
false
;
boolean
myExport
=
false
;
if
(
limitList
!=
null
)
{
for
(
TArchivesExportLimit
limit1
:
limitList
)
{
for
(
TArchivesExportLimit
limit1
:
limitList
)
{
if
(
limit1
.
getCreateBy
().
equals
(
user
.
getId
()))
{
if
(
limit1
.
getCreateBy
().
equals
(
user
.
getId
()))
{
myExport
=
true
;
myExport
=
true
;
break
;
}
}
}
}
}
String
name
=
"档案完整度监控详情"
;
String
name
=
"档案完整度监控详情"
;
...
@@ -419,18 +422,24 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
...
@@ -419,18 +422,24 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
Map
<
String
,
TMainExportAllVO
>
mapProfessional
;
Map
<
String
,
TMainExportAllVO
>
mapProfessional
;
TMainExportAllVO
temp
;
TMainExportAllVO
temp
;
Set
<
String
>
titleContent
=
getExportFieldNameDetailByClass
(
TMainExportAllVO
.
class
);
Set
<
String
>
titleContent
=
getExportFieldNameDetailByClass
(
TMainExportAllVO
.
class
);
for
(
int
i
=
0
;
i
<=
count
;
i
+=
CommonConstants
.
EXCEL_EXPORT_LIMIT
)
{
List
<
String
>
empIdList
;
for
(
int
i
=
0
;
i
<=
count
;
i
+=
limitNum
)
{
empIdList
=
new
ArrayList
<>();
// 获取实际记录
// 获取实际记录
searchVo
.
setLimitStart
(
i
);
searchVo
.
setLimitStart
(
i
);
searchVo
.
setLimitEnd
(
CommonConstants
.
EXCEL_EXPORT_LIMIT
);
searchVo
.
setLimitEnd
(
limitNum
);
list
=
baseMapper
.
getTEmpMainAllList
(
searchVo
);
list
=
baseMapper
.
getTEmpMainAllList
(
searchVo
);
listContract
=
baseMapper
.
getTEmpMainAllListByContract
(
searchVo
);
if
(
list
!=
null
&&
!
list
.
isEmpty
())
{
listEducation
=
baseMapper
.
getTEmpMainAllListByEducation
(
searchVo
);
for
(
TMainExportAllVO
vo
:
list
)
{
listBad
=
baseMapper
.
getTEmpMainAllListByBad
(
searchVo
);
empIdList
.
add
(
vo
.
getMainId
());
listDisability
=
baseMapper
.
getTEmpMainAllListByDisability
(
searchVo
);
}
listWork
=
baseMapper
.
getTEmpMainAllListByWork
(
searchVo
);
listContract
=
baseMapper
.
getTEmpMainAllListByContract
(
empIdList
);
listFamily
=
baseMapper
.
getTEmpMainAllListByFamily
(
searchVo
);
listEducation
=
baseMapper
.
getTEmpMainAllListByEducation
(
empIdList
);
listProfessional
=
baseMapper
.
getTEmpMainAllListByProfessional
(
searchVo
);
listBad
=
baseMapper
.
getTEmpMainAllListByBad
(
empIdList
);
listDisability
=
baseMapper
.
getTEmpMainAllListByDisability
(
empIdList
);
listWork
=
baseMapper
.
getTEmpMainAllListByWork
(
empIdList
);
listFamily
=
baseMapper
.
getTEmpMainAllListByFamily
(
empIdList
);
listProfessional
=
baseMapper
.
getTEmpMainAllListByProfessional
(
empIdList
);
mapContract
=
new
HashMap
<>();
mapContract
=
new
HashMap
<>();
mapEducation
=
new
HashMap
<>();
mapEducation
=
new
HashMap
<>();
mapBad
=
new
HashMap
<>();
mapBad
=
new
HashMap
<>();
...
@@ -473,7 +482,6 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
...
@@ -473,7 +482,6 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
mapProfessional
.
putIfAbsent
(
vo
.
getMainId
(),
vo
);
mapProfessional
.
putIfAbsent
(
vo
.
getMainId
(),
vo
);
}
}
}
}
if
(
Common
.
isNotNull
(
list
))
{
for
(
TMainExportAllVO
vo
:
list
)
{
for
(
TMainExportAllVO
vo
:
list
)
{
temp
=
mapContract
.
get
(
vo
.
getMainId
());
temp
=
mapContract
.
get
(
vo
.
getMainId
());
if
(
temp
!=
null
)
{
if
(
temp
!=
null
)
{
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TPreEmpMainServiceImpl.java
View file @
c8b4aa08
...
@@ -2399,9 +2399,12 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
...
@@ -2399,9 +2399,12 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
exportLimit
.
setType
(
CommonConstants
.
ONE_INT
);
exportLimit
.
setType
(
CommonConstants
.
ONE_INT
);
List
<
TArchivesExportLimit
>
limitList
=
tArchivesExportLimitMapper
.
getLimitList
(
exportLimit
);
List
<
TArchivesExportLimit
>
limitList
=
tArchivesExportLimitMapper
.
getLimitList
(
exportLimit
);
boolean
myExport
=
false
;
boolean
myExport
=
false
;
if
(
limitList
!=
null
)
{
for
(
TArchivesExportLimit
limit1
:
limitList
)
{
for
(
TArchivesExportLimit
limit1
:
limitList
)
{
if
(
limit1
.
getCreateBy
().
equals
(
user
.
getId
()))
{
if
(
limit1
.
getCreateBy
().
equals
(
user
.
getId
()))
{
myExport
=
true
;
myExport
=
true
;
break
;
}
}
}
}
}
String
name
=
"预入职导出全量"
;
String
name
=
"预入职导出全量"
;
...
@@ -2539,14 +2542,20 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
...
@@ -2539,14 +2542,20 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
Map
<
String
,
TPreMainExportAllVO
>
mapProfessional
;
Map
<
String
,
TPreMainExportAllVO
>
mapProfessional
;
TPreMainExportAllVO
temp
;
TPreMainExportAllVO
temp
;
Set
<
String
>
titleContent
=
getExportFieldNameDetailByClass
(
TPreMainExportAllVO
.
class
);
Set
<
String
>
titleContent
=
getExportFieldNameDetailByClass
(
TPreMainExportAllVO
.
class
);
List
<
String
>
preMainIdList
;
for
(
int
i
=
0
;
i
<=
count
;
i
+=
limitNum
)
{
for
(
int
i
=
0
;
i
<=
count
;
i
+=
limitNum
)
{
preMainIdList
=
new
ArrayList
<>();
// 获取实际记录
// 获取实际记录
searchVo
.
setLimitStart
(
i
);
searchVo
.
setLimitStart
(
i
);
searchVo
.
setLimitEnd
(
limitNum
);
searchVo
.
setLimitEnd
(
limitNum
);
list
=
baseMapper
.
getTPreEmpMainAllList
(
searchVo
);
list
=
baseMapper
.
getTPreEmpMainAllList
(
searchVo
);
listWork
=
baseMapper
.
getTPreEmpMainAllListByWork
(
searchVo
);
if
(
list
!=
null
&&
!
list
.
isEmpty
())
{
listFamily
=
baseMapper
.
getTPreEmpMainAllListByFamily
(
searchVo
);
for
(
TPreMainExportAllVO
vo
:
list
)
{
listProfessional
=
baseMapper
.
getTPreEmpMainAllListByProfessional
(
searchVo
);
preMainIdList
.
add
(
vo
.
getMainId
());
}
listWork
=
baseMapper
.
getTPreEmpMainAllListByWork
(
preMainIdList
);
listFamily
=
baseMapper
.
getTPreEmpMainAllListByFamily
(
preMainIdList
);
listProfessional
=
baseMapper
.
getTPreEmpMainAllListByProfessional
(
preMainIdList
);
mapWork
=
new
HashMap
<>();
mapWork
=
new
HashMap
<>();
mapFamily
=
new
HashMap
<>();
mapFamily
=
new
HashMap
<>();
mapProfessional
=
new
HashMap
<>();
mapProfessional
=
new
HashMap
<>();
...
@@ -2565,7 +2574,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
...
@@ -2565,7 +2574,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
mapProfessional
.
putIfAbsent
(
vo
.
getMainId
(),
vo
);
mapProfessional
.
putIfAbsent
(
vo
.
getMainId
(),
vo
);
}
}
}
}
if
(
Common
.
isNotNull
(
list
))
{
for
(
TPreMainExportAllVO
vo
:
list
)
{
for
(
TPreMainExportAllVO
vo
:
list
)
{
temp
=
mapWork
.
get
(
vo
.
getMainId
());
temp
=
mapWork
.
get
(
vo
.
getMainId
());
if
(
temp
!=
null
)
{
if
(
temp
!=
null
)
{
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TCompleteMonitorMapper.xml
View file @
c8b4aa08
...
@@ -348,120 +348,16 @@
...
@@ -348,120 +348,16 @@
,e.FILE_PROVINCE field20,e.FILE_CITY field71,e.FILE_TOWN field72,if(e.status=0,'草稿','已审核') field21
,e.FILE_PROVINCE field20,e.FILE_CITY field71,e.FILE_TOWN field72,if(e.status=0,'草稿','已审核') field21
,e.CONTACT_ADDRESS field22,p.UNIT_NAME field23,p.DEPT_NAME field24
,e.CONTACT_ADDRESS field22,p.UNIT_NAME field23,p.DEPT_NAME field24
,concat(p.BUSINESS_PRIMARY_TYPE,'-',ifnull(p.BUSINESS_SECOND_TYPE,''),'-',ifnull(p.BUSINESS_THIRD_TYPE,'')) field25
,concat(p.BUSINESS_PRIMARY_TYPE,'-',ifnull(p.BUSINESS_SECOND_TYPE,''),'-',ifnull(p.BUSINESS_THIRD_TYPE,'')) field25
/*,eci.contract_name field26 ,workingHours.label field27,eci.POST field28,eci.CONTRACT_START field29
,eci.TRY_PERIOD field30*/
,p.EMP_LABEL field31
,p.EMP_LABEL field31
,ec.EMP_NAME field32,ec.RELATION_TYPE field33,ec.ADDRESS field34,ec.TEL field35
,ec.EMP_NAME field32,ec.RELATION_TYPE field33,ec.ADDRESS field34,ec.TEL field35
,if(e.IS_COLLEGE=0,'否','是') field39
,if(e.IS_COLLEGE=0,'否','是') field39
,e.HIGN_EDUCATION field40
,e.HIGN_EDUCATION field40
,if(e.FIRST_WORK_FLAG is null,'',if(e.FIRST_WORK_FLAG=0,'是','否')) field43
,if(e.FIRST_WORK_FLAG is null,'',if(e.FIRST_WORK_FLAG=0,'是','否')) field43
/*,ew.WORK_UNIT field44,ew.WORK_JOB field45,ew.START_DATE field46,ew.END_DATE field47*/
/*,ef.FAMILY_NAME field48,family_relation.label field49,ef.CONTRACT_TEL field50*/
,if(e.HAVE_QUALIFICATION is null,'',if(e.HAVE_QUALIFICATION=0,'是','否')) field51
,if(e.HAVE_QUALIFICATION is null,'',if(e.HAVE_QUALIFICATION=0,'是','否')) field51
/*,ep.DECLARE_YEAR field52,qualification_type.label field53*/
/*,if(ed.INJURY_IDENTIFICATION=0,'是','否') field54,if(ed.OCCUPATIONAL_DISEASE_FLAG=0,'是','否') field55 ,ed.OCCUPATIONAL_DISEASE field56
,if(ed.INFECTIOUS_DISEASE_FLAG=0,'是','否') field57 ,ed.INFECTIOUS_NAME field58 ,if(ed.DISABILITY_FLAG=0,'是','否') field59
,ed.DISABILITY_NAME field60,disability_grade.label field61,if(ed.OTHER_FLAG=0,'是','否') field62*/
/*,eb.REMARK field63*/
FROM t_complete_monitor a
FROM t_complete_monitor a
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
/*left join (
select
SUBSTRING_INDEX(GROUP_CONCAT(c.contract_name ORDER BY c.audit_time_last desc),',',1) contract_name
,c.EMP_IDCARD,c.DEPT_NO
,SUBSTRING_INDEX(GROUP_CONCAT(c.CONTRACT_START ORDER BY c.audit_time_last desc),',',1) CONTRACT_START
,SUBSTRING_INDEX(GROUP_CONCAT(c.WORKING_HOURS ORDER BY c.audit_time_last desc),',',1) WORKING_HOURS
,SUBSTRING_INDEX(GROUP_CONCAT(c.POST ORDER BY c.audit_time_last desc),',',1) POST
,SUBSTRING_INDEX(GROUP_CONCAT(c.TRY_PERIOD ORDER BY c.audit_time_last desc),',',1) TRY_PERIOD
from t_employee_contract_info c where c.IN_USE='0' and c.delete_flag = '0' and c.audit_status = '2' GROUP BY c.EMP_IDCARD,c.DEPT_NO
) eci on p.EMP_IDCARD=eci.EMP_IDCARD and p.dept_no=eci.dept_no*/
left join t_employee_info e on p.EMP_ID=e.id
left join t_employee_info e on p.EMP_ID=e.id
/*left join view_sys_dict_item emp_natrue on emp_natrue.value=e.EMP_NATRUE and emp_natrue.type='emp_natrue'
left join view_sys_dict_item educationEmp on educationEmp.value=e.HIGN_EDUCATION and educationEmp.type='education'
left join view_sys_dict_item emp_married on emp_married.value=e.EMP_MARRI_STATUS and emp_married.type='emp_married'
left join view_sys_dict_item nation on nation.value=e.EMP_NATIONAL and nation.type='emp_national'
left join view_sys_dict_item registype on registype.value=e.EMP_REGIS_TYPE and registype.type='emp_registype'
left join view_sys_dict_item politicalStatus on politicalStatus.value=e.POLITICAL_STATUS and politicalStatus.type='emp_political'*/
/*left join sys_area pi on pi.id=e.ID_PROVINCE
left join sys_area ci on ci.id=e.ID_CITY
left join sys_area ti on ti.id=e.ID_TOWN
left join sys_area pf on pf.id=e.FILE_PROVINCE
left join sys_area cf on cf.id=e.FILE_CITY
left join sys_area tf on tf.id=e.FILE_TOWN*/
/*left join view_sys_dict_item workingHours on workingHours.value=eci.WORKING_HOURS and workingHours.type='working_hours'*/
left join t_emp_contact_info ec on e.id=ec.EMP_ID
left join t_emp_contact_info ec on e.id=ec.EMP_ID
/*left join (
select
SUBSTRING_INDEX(GROUP_CONCAT(ee.EMP_ID ORDER BY ee.create_time desc),',',1) EMP_ID
,SUBSTRING_INDEX(GROUP_CONCAT(ee.SCHOOL ORDER BY ee.create_time desc),',',1) SCHOOL
,SUBSTRING_INDEX(GROUP_CONCAT(ee.MAJOR ORDER BY ee.create_time desc),',',1) MAJOR
,SUBSTRING_INDEX(GROUP_CONCAT(ee.EDUCATION_NAME ORDER BY ee.create_time desc),',',1) EDUCATION_NAME
,SUBSTRING_INDEX(GROUP_CONCAT(ee.ENTRY_DATE ORDER BY ee.create_time desc),',',1) ENTRY_DATE
,SUBSTRING_INDEX(GROUP_CONCAT(ee.GRADUTION_DATE ORDER BY ee.create_time desc),',',1) GRADUTION_DATE
from t_emp_education ee where ee.DELETE_FLAG = '0'
GROUP BY ee.EMP_ID
) ee on e.id=ee.EMP_ID
left join view_sys_dict_item education on education.value=ee.EDUCATION_NAME and education.type='education'*/
/*left join (
select
SUBSTRING_INDEX(GROUP_CONCAT(ee.EMP_ID ORDER BY ee.create_time desc),',',1) EMP_ID
,SUBSTRING_INDEX(GROUP_CONCAT(ee.INJURY_IDENTIFICATION ORDER BY ee.create_time desc),',',1) INJURY_IDENTIFICATION
,SUBSTRING_INDEX(GROUP_CONCAT(ee.OCCUPATIONAL_DISEASE_FLAG ORDER BY ee.create_time desc),',',1) OCCUPATIONAL_DISEASE_FLAG
,SUBSTRING_INDEX(GROUP_CONCAT(ee.OCCUPATIONAL_DISEASE ORDER BY ee.create_time desc),',',1) OCCUPATIONAL_DISEASE
,SUBSTRING_INDEX(GROUP_CONCAT(ee.INFECTIOUS_DISEASE_FLAG ORDER BY ee.create_time desc),',',1) INFECTIOUS_DISEASE_FLAG
,SUBSTRING_INDEX(GROUP_CONCAT(ee.INFECTIOUS_NAME ORDER BY ee.create_time desc),',',1) INFECTIOUS_NAME
,SUBSTRING_INDEX(GROUP_CONCAT(ee.DISABILITY_FLAG ORDER BY ee.create_time desc),',',1) DISABILITY_FLAG
,SUBSTRING_INDEX(GROUP_CONCAT(ee.DISABILITY_NAME ORDER BY ee.create_time desc),',',1) DISABILITY_NAME
,SUBSTRING_INDEX(GROUP_CONCAT(ee.DISABILITY_LEVEL ORDER BY ee.create_time desc),',',1) DISABILITY_LEVEL
,SUBSTRING_INDEX(GROUP_CONCAT(ee.OTHER_FLAG ORDER BY ee.create_time desc),',',1) OTHER_FLAG
from t_emp_disability_info ee where ee.DELETE_FLAG = '0'
GROUP BY ee.EMP_ID
) ed on e.id=ed.EMP_ID
left join view_sys_dict_item disability_grade on disability_grade.value=ed.DISABILITY_LEVEL and disability_grade.type='disability_grade'*/
/*left join (
select
SUBSTRING_INDEX(GROUP_CONCAT(ee.EMP_ID ORDER BY ee.create_time desc),',',1) EMP_ID
,SUBSTRING_INDEX(GROUP_CONCAT(ee.REMARK ORDER BY ee.create_time desc),',',1) REMARK
from t_emp_bad_record ee
GROUP BY ee.EMP_ID
) eb on e.id=eb.EMP_ID*/
/*left join (
select
SUBSTRING_INDEX(GROUP_CONCAT(ee.EMP_ID ORDER BY ee.create_time desc),',',1) EMP_ID
,SUBSTRING_INDEX(GROUP_CONCAT(ee.WORK_UNIT ORDER BY ee.create_time desc),',',1) WORK_UNIT
,SUBSTRING_INDEX(GROUP_CONCAT(ee.WORK_JOB ORDER BY ee.create_time desc),',',1) WORK_JOB
,SUBSTRING_INDEX(GROUP_CONCAT(ee.START_DATE ORDER BY ee.create_time desc),',',1) START_DATE
,SUBSTRING_INDEX(GROUP_CONCAT(ee.END_DATE ORDER BY ee.create_time desc),',',1) END_DATE
from t_emp_work_recording ee
GROUP BY ee.EMP_ID
) ew on e.id=ew.EMP_ID*/
/*left join (
select
SUBSTRING_INDEX(GROUP_CONCAT(ee.EMP_ID ORDER BY ee.create_time desc),',',1) EMP_ID
,SUBSTRING_INDEX(GROUP_CONCAT(ee.FAMILY_NAME ORDER BY ee.create_time desc),',',1) FAMILY_NAME
,SUBSTRING_INDEX(GROUP_CONCAT(ee.RELATIONSHIP_SELF ORDER BY ee.create_time desc),',',1) RELATIONSHIP_SELF
,SUBSTRING_INDEX(GROUP_CONCAT(ee.CONTRACT_TEL ORDER BY ee.create_time desc),',',1) CONTRACT_TEL
from t_emp_family ee
GROUP BY ee.EMP_ID
) ef on e.id=ef.EMP_ID
left join view_sys_dict_item family_relation on family_relation.value=ef.RELATIONSHIP_SELF and family_relation.type='family_relation'*/
/*left join (
select
SUBSTRING_INDEX(GROUP_CONCAT(ee.EMP_ID ORDER BY ee.create_time desc),',',1) EMP_ID
,SUBSTRING_INDEX(GROUP_CONCAT(ee.DECLARE_YEAR ORDER BY ee.create_time desc),',',1) DECLARE_YEAR
,SUBSTRING_INDEX(GROUP_CONCAT(ee.QUALIFICATION_TYPE ORDER BY ee.create_time desc),',',1) QUALIFICATION_TYPE
from t_emp_professional_qualification ee
GROUP BY ee.EMP_ID
) ep on e.id=ep.EMP_ID
left join view_sys_dict_item qualification_type on qualification_type.value=ep.QUALIFICATION_TYPE and qualification_type.type='qualification_type'*/
<where>
<where>
p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0
p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0
<include
refid=
"tCompleteMonitor_where"
/>
<include
refid=
"tCompleteMonitor_where"
/>
...
@@ -475,136 +371,81 @@
...
@@ -475,136 +371,81 @@
<select
id=
"getTEmpMainAllListByContract"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"
>
<select
id=
"getTEmpMainAllListByContract"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"
>
SELECT
SELECT
p.EMP_ID mainId,ee.contract_name field26,ee.WORKING_HOURS field27,ee.POST field28,ee.CONTRACT_START field29,ee.TRY_PERIOD field30
ee.EMP_ID mainId,ee.contract_name field26,ee.WORKING_HOURS field27,ee.POST field28,ee.CONTRACT_START field29,ee.TRY_PERIOD field30
from
from t_employee_contract_info ee
t_complete_monitor a
where ee.IN_USE='0' and ee.delete_flag = '0' and ee.audit_status = '2' and ee.EMP_ID in
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
<foreach
collection=
"empIdList"
item=
"ids"
open=
"("
separator=
","
close=
")"
>
left join t_employee_contract_info ee on ee.EMP_IDCARD=p.EMP_IDCARD and p.dept_no=ee.dept_no
#{ids}
<where>
</foreach>
ee.IN_USE='0' and ee.delete_flag = '0' and ee.audit_status = '2'
and p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0
<include
refid=
"tCompleteMonitor_where"
/>
</where>
ORDER BY ee.create_time desc
ORDER BY ee.create_time desc
<if
test=
"tCompleteMonitor != null"
>
<if
test=
"tCompleteMonitor.limitStart != null"
>
limit #{tCompleteMonitor.limitStart},#{tCompleteMonitor.limitEnd}
</if>
</if>
</select>
</select>
<select
id=
"getTEmpMainAllListByEducation"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"
>
<select
id=
"getTEmpMainAllListByEducation"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"
>
SELECT
SELECT
p.EMP_ID mainId,ee.SCHOOL field36,ee.MAJOR field37,ee.EDUCATION_NAME field38,ee.ENTRY_DATE field41,ee.GRADUTION_DATE field42
ee.EMP_ID mainId,ee.SCHOOL field36,ee.MAJOR field37,ee.EDUCATION_NAME field38,ee.ENTRY_DATE field41,ee.GRADUTION_DATE field42
from
from t_emp_education ee
t_complete_monitor a
where ee.DELETE_FLAG = '0' and ee.EMP_ID in
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
<foreach
collection=
"empIdList"
item=
"ids"
open=
"("
separator=
","
close=
")"
>
left join t_emp_education ee on p.EMP_ID = ee.EMP_ID
#{ids}
<where>
</foreach>
ee.DELETE_FLAG = '0'
and p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0
<include
refid=
"tCompleteMonitor_where"
/>
</where>
ORDER BY ee.create_time desc
ORDER BY ee.create_time desc
<if
test=
"tCompleteMonitor != null"
>
<if
test=
"tCompleteMonitor.limitStart != null"
>
limit #{tCompleteMonitor.limitStart},#{tCompleteMonitor.limitEnd}
</if>
</if>
</select>
</select>
<select
id=
"getTEmpMainAllListByBad"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"
>
<select
id=
"getTEmpMainAllListByBad"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"
>
SELECT
SELECT
p.EMP_ID mainId,ee.REMARK field63
ee.EMP_ID mainId,ee.REMARK field63
from
from t_emp_bad_record ee
t_complete_monitor a
where ee.REMARK is not null and ee.EMP_ID in
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
<foreach
collection=
"empIdList"
item=
"ids"
open=
"("
separator=
","
close=
")"
>
left join t_emp_bad_record ee on p.EMP_ID = ee.EMP_ID
#{ids}
<where>
</foreach>
p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0
<include
refid=
"tCompleteMonitor_where"
/>
</where>
ORDER BY ee.create_time desc
ORDER BY ee.create_time desc
<if
test=
"tCompleteMonitor != null"
>
<if
test=
"tCompleteMonitor.limitStart != null"
>
limit #{tCompleteMonitor.limitStart},#{tCompleteMonitor.limitEnd}
</if>
</if>
</select>
</select>
<select
id=
"getTEmpMainAllListByDisability"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"
>
<select
id=
"getTEmpMainAllListByDisability"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"
>
SELECT
SELECT
p
.EMP_ID mainId,if(ee.INJURY_IDENTIFICATION=0,'是','否') field54,if(ee.OCCUPATIONAL_DISEASE_FLAG=0,'是','否') field55 ,ee.OCCUPATIONAL_DISEASE field56
ee
.EMP_ID mainId,if(ee.INJURY_IDENTIFICATION=0,'是','否') field54,if(ee.OCCUPATIONAL_DISEASE_FLAG=0,'是','否') field55 ,ee.OCCUPATIONAL_DISEASE field56
,if(ee.INFECTIOUS_DISEASE_FLAG=0,'是','否') field57 ,ee.INFECTIOUS_NAME field58 ,if(ee.DISABILITY_FLAG=0,'是','否') field59
,if(ee.INFECTIOUS_DISEASE_FLAG=0,'是','否') field57 ,ee.INFECTIOUS_NAME field58 ,if(ee.DISABILITY_FLAG=0,'是','否') field59
,ee.DISABILITY_NAME field60,ee.DISABILITY_LEVEL field61,if(ee.OTHER_FLAG=0,'是','否') field62
,ee.DISABILITY_NAME field60,ee.DISABILITY_LEVEL field61,if(ee.OTHER_FLAG=0,'是','否') field62
from
from t_emp_disability_info ee
t_complete_monitor a
where ee.DELETE_FLAG = '0' and ee.EMP_ID in
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
<foreach
collection=
"empIdList"
item=
"ids"
open=
"("
separator=
","
close=
")"
>
left join t_emp_disability_info ee on p.EMP_ID = ee.EMP_ID
#{ids}
<where>
</foreach>
ee.DELETE_FLAG = '0' and p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0
<include
refid=
"tCompleteMonitor_where"
/>
</where>
ORDER BY ee.create_time desc
ORDER BY ee.create_time desc
<if
test=
"tCompleteMonitor != null"
>
<if
test=
"tCompleteMonitor.limitStart != null"
>
limit #{tCompleteMonitor.limitStart},#{tCompleteMonitor.limitEnd}
</if>
</if>
</select>
</select>
<select
id=
"getTEmpMainAllListByWork"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"
>
<select
id=
"getTEmpMainAllListByWork"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"
>
SELECT
SELECT
p.EMP_ID mainId,ee.WORK_UNIT field44,ee.WORK_JOB field45,ee.START_DATE field46,ee.END_DATE field47
ee.EMP_ID mainId,ee.WORK_UNIT field44,ee.WORK_JOB field45,ee.START_DATE field46,ee.END_DATE field47
from t_complete_monitor a
from t_emp_work_recording ee
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
where ee.EMP_ID in
left join t_emp_work_recording ee on p.EMP_ID = ee.EMP_ID
<foreach
collection=
"empIdList"
item=
"ids"
open=
"("
separator=
","
close=
")"
>
<where>
#{ids}
p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0
</foreach>
<include
refid=
"tCompleteMonitor_where"
/>
</where>
ORDER BY ee.create_time desc
ORDER BY ee.create_time desc
<if
test=
"tCompleteMonitor != null"
>
<if
test=
"tCompleteMonitor.limitStart != null"
>
limit #{tCompleteMonitor.limitStart},#{tCompleteMonitor.limitEnd}
</if>
</if>
</select>
</select>
<select
id=
"getTEmpMainAllListByFamily"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"
>
<select
id=
"getTEmpMainAllListByFamily"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"
>
SELECT
SELECT
p.EMP_ID mainId,ee.FAMILY_NAME field48,ee.RELATIONSHIP_SELF field49,ee.CONTRACT_TEL field50
ee.EMP_ID mainId,ee.FAMILY_NAME field48,ee.RELATIONSHIP_SELF field49,ee.CONTRACT_TEL field50
FROM t_complete_monitor a
FROM t_emp_family ee
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
where ee.EMP_ID in
left join t_emp_family ee on p.EMP_ID = ee.EMP_ID
<foreach
collection=
"empIdList"
item=
"ids"
open=
"("
separator=
","
close=
")"
>
<where>
#{ids}
p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0
</foreach>
<include
refid=
"tCompleteMonitor_where"
/>
</where>
ORDER BY ee.create_time desc
ORDER BY ee.create_time desc
<if
test=
"tCompleteMonitor != null"
>
<if
test=
"tCompleteMonitor.limitStart != null"
>
limit #{tCompleteMonitor.limitStart},#{tCompleteMonitor.limitEnd}
</if>
</if>
</select>
</select>
<select
id=
"getTEmpMainAllListByProfessional"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"
>
<select
id=
"getTEmpMainAllListByProfessional"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"
>
SELECT
SELECT
p.EMP_ID mainId,ee.DECLARE_YEAR field52,ee.QUALIFICATION_TYPE field53
ee.EMP_ID mainId,ee.DECLARE_YEAR field52,ee.QUALIFICATION_TYPE field53
FROM t_complete_monitor a
FROM t_emp_professional_qualification ee
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
where ee.EMP_ID in
left join t_emp_professional_qualification ee on p.EMP_ID = ee.EMP_ID
<foreach
collection=
"empIdList"
item=
"ids"
open=
"("
separator=
","
close=
")"
>
<where>
#{ids}
p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0
</foreach>
<include
refid=
"tCompleteMonitor_where"
/>
</where>
ORDER BY ee.create_time desc
ORDER BY ee.create_time desc
<if
test=
"tCompleteMonitor != null"
>
<if
test=
"tCompleteMonitor.limitStart != null"
>
limit #{tCompleteMonitor.limitStart},#{tCompleteMonitor.limitEnd}
</if>
</if>
</select>
</select>
<!-- 数量 -->
<!-- 数量 -->
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TPreEmpMainMapper.xml
View file @
c8b4aa08
...
@@ -317,64 +317,34 @@
...
@@ -317,64 +317,34 @@
<select
id=
"getTPreEmpMainAllListByWork"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO"
>
<select
id=
"getTPreEmpMainAllListByWork"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO"
>
SELECT
SELECT
ee.PRE_MAIN_ID mainId,ee.WORK_UNIT field44,ee.WORK_JOB field45,ee.START_DATE field46,ee.END_DATE field47
ee.PRE_MAIN_ID mainId,ee.WORK_UNIT field44,ee.WORK_JOB field45,ee.START_DATE field46,ee.END_DATE field47
from t_pre_emp_main a join t_pre_emp_work_recording ee on a.id = ee.PRE_MAIN_ID
from t_pre_emp_work_recording ee
<where>
where ee.PRE_MAIN_ID in
a.STATUS != '5'
<foreach
collection=
"preMainIdList"
item=
"ids"
open=
"("
separator=
","
close=
")"
>
<include
refid=
"tPreEmpMain_where"
/>
#{ids}
<if
test=
"tPreEmpMain != null"
>
</foreach>
<if
test=
"tPreEmpMain.authSql != null and tPreEmpMain.authSql.trim() != ''"
>
${tPreEmpMain.authSql}
</if>
</if>
</where>
ORDER BY ee.create_time desc
ORDER BY ee.create_time desc
<if
test=
"tPreEmpMain != null"
>
<if
test=
"tPreEmpMain.limitStart != null"
>
limit #{tPreEmpMain.limitStart},#{tPreEmpMain.limitEnd}
</if>
</if>
</select>
</select>
<select
id=
"getTPreEmpMainAllListByFamily"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO"
>
<select
id=
"getTPreEmpMainAllListByFamily"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO"
>
SELECT
SELECT
a.id mainId,ee.FAMILY_NAME field48,ee.RELATIONSHIP_SELF field49,ee.CONTRACT_TEL field50
ee.PRE_MAIN_ID mainId,ee.FAMILY_NAME field48,ee.RELATIONSHIP_SELF field49,ee.CONTRACT_TEL field50
FROM t_pre_emp_main a join t_pre_emp_family ee on a.id = ee.PRE_MAIN_ID
FROM t_pre_emp_family ee
<where>
where ee.PRE_MAIN_ID in
a.STATUS != '5'
<foreach
collection=
"preMainIdList"
item=
"ids"
open=
"("
separator=
","
close=
")"
>
<include
refid=
"tPreEmpMain_where"
/>
#{ids}
<if
test=
"tPreEmpMain != null"
>
</foreach>
<if
test=
"tPreEmpMain.authSql != null and tPreEmpMain.authSql.trim() != ''"
>
${tPreEmpMain.authSql}
</if>
</if>
</where>
ORDER BY ee.create_time desc
ORDER BY ee.create_time desc
<if
test=
"tPreEmpMain != null"
>
<if
test=
"tPreEmpMain.limitStart != null"
>
limit #{tPreEmpMain.limitStart},#{tPreEmpMain.limitEnd}
</if>
</if>
</select>
</select>
<select
id=
"getTPreEmpMainAllListByProfessional"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO"
>
<select
id=
"getTPreEmpMainAllListByProfessional"
resultType=
"com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO"
>
SELECT
SELECT
a.id mainId,ee.DECLARE_YEAR field52,ee.QUALIFICATION_TYPE field53
ee.PRE_MAIN_ID mainId,ee.DECLARE_YEAR field52,ee.QUALIFICATION_TYPE field53
FROM t_pre_emp_main a join t_pre_emp_professional_qualification ee on a.id = ee.PRE_MAIN_ID
FROM t_pre_emp_professional_qualification ee
<where>
where ee.PRE_MAIN_ID in
a.STATUS != '5'
<foreach
collection=
"preMainIdList"
item=
"ids"
open=
"("
separator=
","
close=
")"
>
<include
refid=
"tPreEmpMain_where"
/>
#{ids}
<if
test=
"tPreEmpMain != null"
>
</foreach>
<if
test=
"tPreEmpMain.authSql != null and tPreEmpMain.authSql.trim() != ''"
>
${tPreEmpMain.authSql}
</if>
</if>
</where>
ORDER BY ee.create_time desc
ORDER BY ee.create_time desc
<if
test=
"tPreEmpMain != null"
>
<if
test=
"tPreEmpMain.limitStart != null"
>
limit #{tPreEmpMain.limitStart},#{tPreEmpMain.limitEnd}
</if>
</if>
</select>
</select>
<!-- 数量 -->
<!-- 数量 -->
...
...
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