Commit 54ad9e91 authored by hongguangwu's avatar hongguangwu

MVP1.7.12-瓜子导出档案

parent 742b9cc4
...@@ -228,11 +228,11 @@ public class TGzEmpInfoServiceImpl extends ServiceImpl<TGzEmpInfoMapper, TGzEmpI ...@@ -228,11 +228,11 @@ public class TGzEmpInfoServiceImpl extends ServiceImpl<TGzEmpInfoMapper, TGzEmpI
} }
/** /**
* 瓜子档案表批量导出 * @Description: 瓜子档案表批量导出
* * @Author: hgw
* @param searchVo 瓜子档案表 * @Date: 2025/6/19 10:03
* @return * @return: void
*/ **/
@Override @Override
public void listExport(HttpServletResponse response, TGzEmpInfoSearchVo searchVo) { public void listExport(HttpServletResponse response, TGzEmpInfoSearchVo searchVo) {
String prfName = "瓜子员工档案信息"; String prfName = "瓜子员工档案信息";
......
...@@ -565,6 +565,7 @@ public class TGzOfferInfoServiceImpl extends ServiceImpl<TGzOfferInfoMapper, TGz ...@@ -565,6 +565,7 @@ public class TGzOfferInfoServiceImpl extends ServiceImpl<TGzOfferInfoMapper, TGz
private void insertExcel(TGzOfferInfoImportVo excel) { private void insertExcel(TGzOfferInfoImportVo excel) {
TGzOfferInfo insert = new TGzOfferInfo(); TGzOfferInfo insert = new TGzOfferInfo();
BeanUtil.copyProperties(excel, insert); BeanUtil.copyProperties(excel, insert);
insert.setBizId("0");
this.save(insert); this.save(insert);
} }
......
...@@ -425,15 +425,14 @@ ...@@ -425,15 +425,14 @@
a.emp_push_status, a.emp_push_status,
a.contract_push_status, a.contract_push_status,
a.contract_atta_push_status, a.contract_atta_push_status,
a.del_flag, date_format(a.create_time, '%Y-%m-%d %H:%i:%s') create_time,
a.create_time,
a.create_by, a.create_by,
a.create_name, a.create_name,
a.update_by, a.update_by,
a.update_time, a.update_time,
a.name, a.name,
a.name_ac, a.name_ac,
a.birthdate, date_format(a.birthdate, '%Y-%m-%d') birthdate,
a.sex, a.sex,
a.constel, a.constel,
a.blood_type, a.blood_type,
...@@ -445,12 +444,12 @@ ...@@ -445,12 +444,12 @@
a.political_sta, a.political_sta,
a.insurance_sta, a.insurance_sta,
a.driver_type, a.driver_type,
a.driver_licen_exp, date_format(a.driver_licen_exp, '%Y-%m-%d') driver_licen_exp,
a.national_id_type, a.national_id_type,
a.national_id, a.national_id,
a.persist_flag, a.persist_flag,
a.nid_start_date, date_format(a.nid_start_date, '%Y-%m-%d') nid_start_date,
a.nid_expiry_date, date_format(a.nid_expiry_date, '%Y-%m-%d') nid_expiry_date,
a.phone, a.phone,
a.mail, a.mail,
a.address_type, a.address_type,
...@@ -463,12 +462,12 @@ ...@@ -463,12 +462,12 @@
a.contract_type, a.contract_type,
a.sginature_type, a.sginature_type,
a.probation, a.probation,
a.sginature_dt, date_format(a.sginature_dt, '%Y-%m-%d') sginature_dt,
a.contract_begin_dt, date_format(a.contract_begin_dt, '%Y-%m-%d') contract_begin_dt,
a.contract_exp_end_dt, date_format(a.contract_exp_end_dt, '%Y-%m-%d') contract_exp_end_dt,
a.contract_end_dt, date_format(a.contract_end_dt, '%Y-%m-%d') contract_end_dt,
a.probation_dt, date_format(a.probation_dt, '%Y-%m-%d') probation_dt,
a.prc_exp_dt, date_format(a.prc_exp_dt, '%Y-%m-%d') prc_exp_dt,
a.nee_provider_id, a.nee_provider_id,
a.work_location, a.work_location,
a.contract_state, a.contract_state,
......
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