TEmployeeInfoMapper.xml 48.5 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<?xml version="1.0" encoding="UTF-8"?>

<!--
  ~
  ~      Copyright (c) 2018-2025, lengleng All rights reserved.
  ~
  ~  Redistribution and use in source and binary forms, with or without
  ~  modification, are permitted provided that the following conditions are met:
  ~
  ~ Redistributions of source code must retain the above copyright notice,
  ~  this list of conditions and the following disclaimer.
  ~  Redistributions in binary form must reproduce the above copyright
  ~  notice, this list of conditions and the following disclaimer in the
  ~  documentation and/or other materials provided with the distribution.
  ~  Neither the name of the yifu4cloud.com developer nor the names of its
  ~  contributors may be used to endorse or promote products derived from
  ~  this software without specific prior written permission.
  ~  Author: lengleng (wangiegie@gmail.com)
  ~
  -->

<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">

fangxinjiang's avatar
fangxinjiang committed
24
<mapper namespace="com.yifu.cloud.plus.v1.yifu.archives.mapper.TEmployeeInfoMapper">
25

26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
	<resultMap id="tEmployeeInfoMap" type="com.yifu.cloud.plus.v1.yifu.archives.entity.TEmployeeInfo">
		<id property="id" column="ID"/>
		<result property="empCode" column="EMP_CODE"/>
		<result property="empNatrue" column="EMP_NATRUE"/>
		<result property="empName" column="EMP_NAME"/>
		<result property="empIdcard" column="EMP_IDCARD"/>
		<result property="validityStart" column="VALIDITY_START"/>
		<result property="validityEnd" column="VALIDITY_END"/>
		<result property="empSex" column="EMP_SEX"/>
		<result property="empBirthday" column="EMP_BIRTHDAY"/>
		<result property="empAge" column="EMP_AGE"/>
		<result property="empMarriStatus" column="EMP_MARRI_STATUS"/>
		<result property="empNational" column="EMP_NATIONAL"/>
		<result property="politicalStatus" column="POLITICAL_STATUS"/>
		<result property="empEmail" column="EMP_EMAIL"/>
		<result property="empPhone" column="EMP_PHONE"/>
		<result property="idProvince" column="ID_PROVINCE"/>
		<result property="idCity" column="ID_CITY"/>
		<result property="idTown" column="ID_TOWN"/>
		<result property="empRegisType" column="EMP_REGIS_TYPE"/>
		<result property="fileProvince" column="FILE_PROVINCE"/>
		<result property="fileCity" column="FILE_CITY"/>
		<result property="fileTown" column="FILE_TOWN"/>
		<result property="isCollege" column="IS_COLLEGE"/>
		<result property="hignEducation" column="HIGN_EDUCATION"/>
		<result property="school" column="SCHOOL"/>
		<result property="major" column="MAJOR"/>
		<result property="admissionDate" column="ADMISSION_DATE"/>
		<result property="gradutionDate" column="GRADUTION_DATE"/>
		<result property="remark" column="REMARK"/>
		<result property="fileSource" column="FILE_SOURCE"/>
		<result property="status" column="STATUS"/>
		<result property="fileStatus" column="FILE_STATUS"/>
		<result property="projectNum" column="PROJECT_NUM"/>
		<result property="contractStatus" column="CONTRACT_STATUS"/>
		<result property="insuranceStatus" column="INSURANCE_STATUS"/>
		<result property="socialStatus" column="SOCIAL_STATUS"/>
		<result property="fundStatus" column="FUND_STATUS"/>
		<result property="salaryStatus" column="SALARY_STATUS"/>
		<result property="deleteFlag" column="DELETE_FLAG"/>
		<result property="createBy" column="CREATE_BY"/>
		<result property="createName" column="CREATE_NAME"/>
		<result property="createTime" column="CREATE_TIME"/>
		<result property="updateBy" column="UPDATE_BY"/>
		<result property="updateTime" column="UPDATE_TIME"/>
		<result property="leaveUser" column="LEAVE_USER"/>
		<result property="leaveUserName" column="LEAVE_USER_NAME"/>
		<result property="leaveTime" column="LEAVE_TIME"/>
		<result property="leaveReason" column="LEAVE_REASON"/>
		<result property="leaveRemark" column="LEAVE_REMARK"/>
		<result property="contactAddress" column="CONTACT_ADDRESS"/>
77 78 79

		<result property="firstWorkFlag" column="FIRST_WORK_FLAG"/>
		<result property="haveQualification" column="HAVE_QUALIFICATION"/>
hongguangwu's avatar
hongguangwu committed
80 81 82 83 84 85 86 87 88 89 90 91

		<result property="bankName" column="BANK_NAME"/>
		<result property="bankSubName" column="BANK_SUB_NAME"/>
		<result property="bankNo" column="BANK_NO"/>
		<result property="invoiceTitle" column="INVOICE_TITLE"/>
		<result property="bankProvince" column="BANK_PROVINCE"/>
		<result property="bankCity" column="BANK_CITY"/>
		<result property="taxMonth" column="TAX_MONTH"/>
		<result property="contactProvince" column="CONTACT_PROVINCE"/>
		<result property="contactCity" column="CONTACT_CITY"/>
		<result property="contactTown" column="CONTACT_TOWN"/>

92
	</resultMap>
93

94
	<resultMap id="tEmployeeExportMap" type="com.yifu.cloud.plus.v1.yifu.archives.vo.EmployeeExportVO">
hongguangwu's avatar
hongguangwu committed
95
		<id property="id" column="ID"/>
96 97 98 99
		<result property="empCode" column="EMP_CODE"/>
		<result property="empNatrue" column="EMP_NATRUE"/>
		<result property="empName" column="EMP_NAME"/>
		<result property="empIdcard" column="EMP_IDCARD"/>
huyuchen's avatar
huyuchen committed
100
		<result property="empAge" column="EMP_AGE"/>
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
		<result property="validityStart" column="VALIDITY_START"/>
		<result property="validityEnd" column="VALIDITY_END"/>
		<result property="empMarriStatus" column="EMP_MARRI_STATUS"/>
		<result property="empNational" column="EMP_NATIONAL"/>
		<result property="politicalStatus" column="POLITICAL_STATUS"/>
		<result property="empPhone" column="EMP_PHONE"/>
		<result property="empEmail" column="EMP_EMAIL"/>
		<result property="idProvince" column="ID_PROVINCE"/>
		<result property="idCity" column="ID_CITY"/>
		<result property="idTown" column="ID_TOWN"/>
		<result property="empRegisType" column="EMP_REGIS_TYPE"/>
		<result property="fileProvince" column="FILE_PROVINCE"/>
		<result property="fileCity" column="FILE_CITY"/>
		<result property="fileTown" column="FILE_TOWN"/>
		<result property="isCollege" column="IS_COLLEGE"/>
		<result property="hignEducation" column="HIGN_EDUCATION"/>
		<result property="school" column="SCHOOL"/>
		<result property="major" column="MAJOR"/>
		<result property="admissionDate" column="ADMISSION_DATE"/>
		<result property="gradutionDate" column="GRADUTION_DATE"/>
		<result property="remark" column="REMARK"/>
		<result property="fileSource" column="FILE_SOURCE"/>
		<result property="isProjects" column="IS_PROJECTS"/>
		<result property="projectNum" column="PROJECT_NUM"/>
		<result property="deptName" column="DEPT_NAME"/>
		<result property="deptNo" column="DEPT_NO"/>
		<result property="contractStatus" column="CONTRACT_STATUS"/>
		<result property="insuranceStatus" column="INSURANCE_STATUS"/>
		<result property="socialStatus" column="SOCIAL_STATUS"/>
		<result property="fundStatus" column="FUND_STATUS"/>
		<result property="salaryStatus" column="SALARY_STATUS"/>
		<result property="createName" column="CREATE_NAME"/>
		<result property="createTime" column="CREATE_TIME"/>
134 135 136
		<result property="contactProvince" column="CONTACT_PROVINCE"/>
		<result property="contactCity" column="CONTACT_CITY"/>
		<result property="contactTown" column="CONTACT_TOWN"/>
137 138 139 140 141 142 143 144
		<result property="contactAddress" column="CONTACT_ADDRESS"/>

		<result property="unitName" column="UNIT_NAME"/>
		<result property="unitNo" column="UNIT_NO"/>
		<result property="leaveUserName" column="LEAVE_USER_NAME"/>
		<result property="leaveTime" column="LEAVE_TIME"/>
		<result property="leaveReason" column="LEAVE_REASON"/>
		<result property="leaveRemark" column="LEAVE_REMARK"/>
hongguangwu's avatar
hongguangwu committed
145
		<result property="status" column="STATUS"/>
146 147
		<result property="firstWorkFlag" column="FIRST_WORK_FLAG"/>
		<result property="haveQualification" column="HAVE_QUALIFICATION"/>
148
	</resultMap>
fangxinjiang's avatar
fangxinjiang committed
149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164

	<resultMap id="tEmployeeLeaveExportMap" type="com.yifu.cloud.plus.v1.yifu.archives.vo.EmployeeLeaveExportVO">
		<result property="empCode" column="EMP_CODE"/>
		<result property="empNatrue" column="EMP_NATRUE"/>
		<result property="empName" column="EMP_NAME"/>
		<result property="empIdcard" column="EMP_IDCARD"/>
		<result property="empPhone" column="EMP_PHONE"/>
		<result property="fileProvince" column="FILE_PROVINCE"/>
		<result property="fileCity" column="FILE_CITY"/>
		<result property="fileTown" column="FILE_TOWN"/>
		<result property="deptName" column="DEPT_NAME"/>
		<result property="deptNo" column="DEPT_NO"/>
		<result property="unitName" column="UNIT_NAME"/>
		<result property="leaveUserName" column="LEAVE_USER_NAME"/>
		<result property="leaveTime" column="LEAVE_TIME"/>
	</resultMap>
165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
	<resultMap id="dispatchEmpVoMap" type="com.yifu.cloud.plus.v1.yifu.archives.vo.DispatchEmpVo">
		<id property="id" column="ID"/>
		<result property="empCode" column="EMP_CODE"/>
		<result property="empNatrue" column="EMP_NATRUE"/>
		<result property="empName" column="EMP_NAME"/>
		<result property="empIdcard" column="EMP_IDCARD"/>
		<result property="empNational" column="EMP_NATIONAL"/>
		<result property="empPhone" column="EMP_PHONE"/>
		<result property="idProvince" column="ID_PROVINCE"/>
		<result property="idCity" column="ID_CITY"/>
		<result property="idTown" column="ID_TOWN"/>
		<result property="empRegisType" column="EMP_REGIS_TYPE"/>
		<result property="fileProvince" column="FILE_PROVINCE"/>
		<result property="fileCity" column="FILE_CITY"/>
		<result property="fileTown" column="FILE_TOWN"/>
		<result property="hignEducation" column="HIGN_EDUCATION"/>
		<result property="fileStatus" column="FILE_STATUS"/>
fangxinjiang's avatar
fangxinjiang committed
182 183
		<result property="projectStatus" column="PROJECT_STATUS"/>

184 185 186 187 188 189 190

		<result property="contractName" column="CONTRACT_NAME"/>
		<result property="contractType" column="CONTRACT_TYPE"/>
		<result property="contractStart" column="CONTRACT_START"/>
		<result property="contractEnd" column="CONTRACT_END"/>
		<result property="contractTerm" column="CONTRACT_TERM"/>
		<result property="contractSubName" column="CONTRACT_SUB_NAME"/>
191
		<result property="contractId" column="CONTRACT_ID"/>
192

193 194 195 196 197 198
		<result property="unitName" column="UNIT_NAME"/>
		<result property="unitNo" column="UNIT_NO"/>
		<result property="deptId" column="DEPT_ID"/>
		<result property="deptName" column="DEPT_NAME"/>
		<result property="deptNo" column="DEPT_NO"/>
		<result property="post" column="POST"/>
fangxinjiang's avatar
fangxinjiang committed
199 200
		<result property="empNo" column="EMP_NO"/>

201
	</resultMap>
202
	<sql id="baseParam">
203
		a.ID,
204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247
		a.EMP_CODE,
		a.EMP_NATRUE,
		a.EMP_NAME,
		a.EMP_IDCARD,
		a.VALIDITY_START,
		a.VALIDITY_END,
		a.EMP_SEX,
		a.EMP_BIRTHDAY,
		a.EMP_AGE,
		a.EMP_MARRI_STATUS,
		a.EMP_NATIONAL,
		a.POLITICAL_STATUS,
		a.EMP_EMAIL,
		a.EMP_PHONE,
		a.ID_PROVINCE,
		a.ID_CITY,
		a.ID_TOWN,
		a.EMP_REGIS_TYPE,
		a.FILE_PROVINCE,
		a.FILE_CITY,
		a.FILE_TOWN,
		a.IS_COLLEGE,
		a.HIGN_EDUCATION,
		a.SCHOOL,
		a.MAJOR,
		a.ADMISSION_DATE,
		a.GRADUTION_DATE,
		a.REMARK,
		a.FILE_SOURCE,
		a.STATUS,
		a.FILE_STATUS,
		a.PROJECT_NUM,
		a.CONTRACT_STATUS,
		a.INSURANCE_STATUS,
		a.SOCIAL_STATUS,
		a.FUND_STATUS,
		a.SALARY_STATUS,
		a.DELETE_FLAG,
		a.CREATE_BY,
		a.CREATE_NAME,
		a.CREATE_TIME,
		a.UPDATE_BY,
		a.UPDATE_TIME,
		a.LEAVE_USER,
248
		a.LEAVE_USER_NAME,
249 250
		a.LEAVE_TIME,
		a.LEAVE_REASON,
hongguangwu's avatar
hongguangwu committed
251
		a.LEAVE_REMARK,
252 253
		a.CONTACT_ADDRESS,
		a.FIRST_WORK_FLAG,
hongguangwu's avatar
hongguangwu committed
254 255 256 257 258 259 260 261 262 263 264 265
		a.HAVE_QUALIFICATION,

		a.BANK_NAME,
		a.BANK_SUB_NAME,
		a.BANK_NO,
		a.INVOICE_TITLE,
		a.BANK_PROVINCE,
		a.BANK_CITY,
		a.TAX_MONTH,
		a.CONTACT_PROVINCE,
		a.CONTACT_CITY,
		a.CONTACT_TOWN
266 267
	</sql>

268
	<sql id="Base_Export_List">
269
		a.EMP_CODE,
270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302
		a.EMP_NATRUE,
		a.EMP_NAME,
		a.EMP_IDCARD,
		a.VALIDITY_START,
		a.VALIDITY_END,
		a.EMP_MARRI_STATUS,
		a.EMP_NATIONAL,
		a.POLITICAL_STATUS,
		a.EMP_PHONE,
		a.EMP_EMAIL,
		a.ID_PROVINCE,
		a.ID_CITY,
		a.ID_TOWN,
		a.EMP_REGIS_TYPE,
		a.FILE_PROVINCE,
		a.FILE_CITY,
		a.FILE_TOWN,
		a.IS_COLLEGE,
		a.HIGN_EDUCATION,
		a.SCHOOL,
		a.MAJOR,
		a.ADMISSION_DATE,
		a.GRADUTION_DATE,
		a.REMARK,
		a.FILE_SOURCE,
		a.PROJECT_NUM,
		a.CONTRACT_STATUS,
		a.INSURANCE_STATUS,
		a.SOCIAL_STATUS,
		a.FUND_STATUS,
		a.SALARY_STATUS,
		a.CREATE_NAME,
		a.CREATE_TIME,
hongguangwu's avatar
hongguangwu committed
303
		a.STATUS,
304 305 306
		a.CONTACT_ADDRESS
	</sql>

307 308 309 310
	<update id="updateEducationOfEmp">
		update t_employee_info
		<trim prefix="set" suffixOverrides=",">
			<if test="education.isCollege != null">is_college=#{education.isCollege},</if>
311
			<if test="education.highIdentification != null">hign_education=#{education.highIdentification},</if>
312 313
			<if test="education.school != null">school=#{education.school},</if>
			<if test="education.major != null">major=#{education.major},</if>
314
			<if test="education.entryDate != null">admission_date=#{education.entryDate},</if>
315 316 317 318
			<if test="education.gradutionDate != null">gradution_date=#{education.gradutionDate},</if>
		</trim>
		WHERE id=#{education.empId}
	</update>
319 320

	<sql id="employeeInfo_where">
hongguangwu's avatar
hongguangwu committed
321
		<if test="tEmployeeInfo != null">
322 323 324 325 326
			<if test="tEmployeeInfo.idList != null">
				AND a.id in
				<foreach item="idStr" index="index" collection="tEmployeeInfo.idList" open="(" separator="," close=")">
					#{idStr}
				</foreach>
hongguangwu's avatar
hongguangwu committed
327
			</if>
328 329 330
			<if test="tEmployeeInfo.idList == null">
				<if test="tEmployeeInfo.id != null and tEmployeeInfo.id.trim() != ''">
					AND a.ID = #{tEmployeeInfo.id}
hongguangwu's avatar
hongguangwu committed
331
				</if>
332 333 334 335
				<if test="tEmployeeInfo.empCode != null and tEmployeeInfo.empCode.trim() != ''">
					AND a.EMP_CODE = #{tEmployeeInfo.empCode}
				</if>
				<if test="tEmployeeInfo.empNatrue != null and tEmployeeInfo.empNatrue.trim() != ''">
336
					AND a.EMP_NATRUE = #{tEmployeeInfo.empNatrue}
337 338
				</if>
				<if test="tEmployeeInfo.empName != null and tEmployeeInfo.empName.trim() != ''">
hongguangwu's avatar
hongguangwu committed
339
					AND a.EMP_NAME like concat('%',#{tEmployeeInfo.empName},'%')
340 341
				</if>
				<if test="tEmployeeInfo.empIdcard != null and tEmployeeInfo.empIdcard.trim() != ''">
342
					AND a.EMP_IDCARD like concat('%',#{tEmployeeInfo.empIdcard},'%')
343
				</if>
fangxinjiang's avatar
fangxinjiang committed
344 345
				<if test="tEmployeeInfo.nameOrIdcard != null and tEmployeeInfo.nameOrIdcard.trim() != ''">
					AND (
fangxinjiang's avatar
fangxinjiang committed
346
					a.EMP_NAME  like concat(#{tEmployeeInfo.nameOrIdcard},'%')
fangxinjiang's avatar
fangxinjiang committed
347
					or
fangxinjiang's avatar
fangxinjiang committed
348
					a.EMP_IDCARD  like concat(#{tEmployeeInfo.nameOrIdcard},'%')
fangxinjiang's avatar
fangxinjiang committed
349 350
					)
				</if>
351 352 353 354 355 356 357 358 359 360 361 362
				<if test="tEmployeeInfo.validityStart != null">
					AND a.VALIDITY_START = #{tEmployeeInfo.validityStart}
				</if>
				<if test="tEmployeeInfo.validityEnd != null">
					AND a.VALIDITY_END = #{tEmployeeInfo.validityEnd}
				</if>
				<if test="tEmployeeInfo.empSex != null and tEmployeeInfo.empSex.trim() != ''">
					AND a.EMP_SEX = #{tEmployeeInfo.empSex}
				</if>
				<if test="tEmployeeInfo.empBirthday != null">
					AND a.EMP_BIRTHDAY = #{tEmployeeInfo.empBirthday}
				</if>
huyuchen's avatar
huyuchen committed
363 364 365 366 367
				<if test="tEmployeeInfo.empAgeStart >0">
					AND a.EMP_AGE >= #{tEmployeeInfo.empAgeStart}
				</if>
				<if test="tEmployeeInfo.empAgeEnd >0">
					AND a.EMP_AGE <![CDATA[ <= ]]> #{tEmployeeInfo.empAgeEnd}
368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443
				</if>
				<if test="tEmployeeInfo.empMarriStatus != null and tEmployeeInfo.empMarriStatus.trim() != ''">
					AND a.EMP_MARRI_STATUS = #{tEmployeeInfo.empMarriStatus}
				</if>
				<if test="tEmployeeInfo.empNational != null and tEmployeeInfo.empNational.trim() != ''">
					AND a.EMP_NATIONAL = #{tEmployeeInfo.empNational}
				</if>
				<if test="tEmployeeInfo.politicalStatus != null and tEmployeeInfo.politicalStatus.trim() != ''">
					AND a.POLITICAL_STATUS = #{tEmployeeInfo.politicalStatus}
				</if>
				<if test="tEmployeeInfo.empEmail != null and tEmployeeInfo.empEmail.trim() != ''">
					AND a.EMP_EMAIL = #{tEmployeeInfo.empEmail}
				</if>
				<if test="tEmployeeInfo.empPhone != null and tEmployeeInfo.empPhone.trim() != ''">
					AND a.EMP_PHONE = #{tEmployeeInfo.empPhone}
				</if>
				<if test="tEmployeeInfo.idProvince != null">
					AND a.ID_PROVINCE = #{tEmployeeInfo.idProvince}
				</if>
				<if test="tEmployeeInfo.idCity != null">
					AND a.ID_CITY = #{tEmployeeInfo.idCity}
				</if>
				<if test="tEmployeeInfo.idTown != null">
					AND a.ID_TOWN = #{tEmployeeInfo.idTown}
				</if>
				<if test="tEmployeeInfo.empRegisType != null and tEmployeeInfo.empRegisType.trim() != ''">
					AND a.EMP_REGIS_TYPE = #{tEmployeeInfo.empRegisType}
				</if>
				<if test="tEmployeeInfo.fileProvince != null">
					AND a.FILE_PROVINCE = #{tEmployeeInfo.fileProvince}
				</if>
				<if test="tEmployeeInfo.fileCity != null">
					AND a.FILE_CITY = #{tEmployeeInfo.fileCity}
				</if>
				<if test="tEmployeeInfo.fileTown != null">
					AND a.FILE_TOWN = #{tEmployeeInfo.fileTown}
				</if>
				<if test="tEmployeeInfo.isCollege != null">
					AND a.IS_COLLEGE = #{tEmployeeInfo.isCollege}
				</if>
				<if test="tEmployeeInfo.hignEducation != null and tEmployeeInfo.hignEducation.trim() != ''">
					AND a.HIGN_EDUCATION = #{tEmployeeInfo.hignEducation}
				</if>
				<if test="tEmployeeInfo.school != null and tEmployeeInfo.school.trim() != ''">
					AND a.SCHOOL = #{tEmployeeInfo.school}
				</if>
				<if test="tEmployeeInfo.major != null and tEmployeeInfo.major.trim() != ''">
					AND a.MAJOR = #{tEmployeeInfo.major}
				</if>
				<if test="tEmployeeInfo.admissionDate != null">
					AND a.ADMISSION_DATE = #{tEmployeeInfo.admissionDate}
				</if>
				<if test="tEmployeeInfo.gradutionDate != null">
					AND a.GRADUTION_DATE = #{tEmployeeInfo.gradutionDate}
				</if>
				<if test="tEmployeeInfo.remark != null and tEmployeeInfo.remark.trim() != ''">
					AND a.REMARK = #{tEmployeeInfo.remark}
				</if>
				<if test="tEmployeeInfo.fileSource != null and tEmployeeInfo.fileSource.trim() != ''">
					AND a.FILE_SOURCE = #{tEmployeeInfo.fileSource}
				</if>
				<if test="tEmployeeInfo.status != null">
					AND a.STATUS = #{tEmployeeInfo.status}
				</if>
				<if test="tEmployeeInfo.fileStatus != null">
					AND a.FILE_STATUS = #{tEmployeeInfo.fileStatus}
				</if>
				<if test="tEmployeeInfo.projectNum != null">
					<if test="tEmployeeInfo.projectNum == 1">
						AND (a.PROJECT_NUM is null or a.PROJECT_NUM <![CDATA[ <= ]]> 1)
					</if>
					<if test="tEmployeeInfo.projectNum == 2">
						AND a.PROJECT_NUM > 1
					</if>
				</if>
				<if test="tEmployeeInfo.contractStatus != null">
444
					AND a.CONTRACT_STATUS = #{tEmployeeInfo.contractStatus}
445 446
				</if>
				<if test="tEmployeeInfo.insuranceStatus != null">
447
					AND a.INSURANCE_STATUS = #{tEmployeeInfo.insuranceStatus}
448 449
				</if>
				<if test="tEmployeeInfo.socialStatus != null">
450
					AND a.SOCIAL_STATUS = #{tEmployeeInfo.socialStatus}
451 452
				</if>
				<if test="tEmployeeInfo.fundStatus != null">
453
					AND a.FUND_STATUS = #(${tEmployeeInfo.fundStatus}
454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483
				</if>
				<if test="tEmployeeInfo.salaryStatus != null">
					AND a.SALARY_STATUS = #{tEmployeeInfo.salaryStatus}
				</if>
				<if test="tEmployeeInfo.deleteFlag != null and tEmployeeInfo.deleteFlag.trim() != ''">
					AND a.DELETE_FLAG = #{tEmployeeInfo.deleteFlag}
				</if>
				<if test="tEmployeeInfo.createBy != null and tEmployeeInfo.createBy.trim() != ''">
					AND a.CREATE_BY = #{tEmployeeInfo.createBy}
				</if>
				<if test="tEmployeeInfo.createName != null and tEmployeeInfo.createName.trim() != ''">
					AND a.CREATE_NAME = #{tEmployeeInfo.createName}
				</if>
				<if test="tEmployeeInfo.createTime != null">
					AND a.CREATE_TIME = #{tEmployeeInfo.createTime}
				</if>
				<if test="tEmployeeInfo.updateBy != null and tEmployeeInfo.updateBy.trim() != ''">
					AND a.UPDATE_BY = #{tEmployeeInfo.updateBy}
				</if>
				<if test="tEmployeeInfo.updateTime != null">
					AND a.UPDATE_TIME = #{tEmployeeInfo.updateTime}
				</if>
				<if test="tEmployeeInfo.leaveUser != null and tEmployeeInfo.leaveUser.trim() != ''">
					AND a.LEAVE_USER = #{tEmployeeInfo.leaveUser}
				</if>
				<if test="tEmployeeInfo.leaveUserName != null and tEmployeeInfo.leaveUserName.trim() != ''">
					AND a.LEAVE_USER_NAME = #{tEmployeeInfo.leaveUserName}
				</if>
				<if test="tEmployeeInfo.leaveTime != null">
					AND a.LEAVE_TIME = #{tEmployeeInfo.leaveTime}
hongguangwu's avatar
hongguangwu committed
484 485 486 487 488 489
				</if>
				<if test="tEmployeeInfo.leaveTimeStart != null">
					AND a.LEAVE_TIME >= #{tEmployeeInfo.leaveTimeStart}
				</if>
				<if test="tEmployeeInfo.leaveTimeEnd != null">
					AND a.LEAVE_TIME <![CDATA[ <= ]]> #{tEmployeeInfo.leaveTimeEnd}
490 491 492 493 494 495 496 497 498 499
				</if>
				<if test="tEmployeeInfo.leaveReason != null and tEmployeeInfo.leaveReason.trim() != ''">
					AND a.LEAVE_REASON = #{tEmployeeInfo.leaveReason}
				</if>
				<if test="tEmployeeInfo.leaveRemark != null and tEmployeeInfo.leaveRemark.trim() != ''">
					AND a.LEAVE_REMARK = #{tEmployeeInfo.leaveRemark}
				</if>
				<if test="tEmployeeInfo.contactAddress != null and tEmployeeInfo.contactAddress.trim() != ''">
					AND a.CONTACT_ADDRESS = #{tEmployeeInfo.contactAddress}
				</if>
500

fangxinjiang's avatar
fangxinjiang committed
501
				<if test="tEmployeeInfo.empNatureArray != null and tEmployeeInfo.empNatureArray.length > 0">
502
					AND a.EMP_NATRUE in
503 504
					<foreach item="idStr" index="index" collection="tEmployeeInfo.empNatureArray" open="(" separator=","
							 close=")">
505 506 507
						#{idStr}
					</foreach>
				</if>
fangxinjiang's avatar
fangxinjiang committed
508
				<if test="tEmployeeInfo.contractStatusArray != null and tEmployeeInfo.contractStatusArray.length > 0">
509
					AND a.CONTRACT_STATUS in
510 511
					<foreach item="idStr" index="index" collection="tEmployeeInfo.contractStatusArray" open="("
							 separator="," close=")">
512 513 514
						#{idStr}
					</foreach>
				</if>
fangxinjiang's avatar
fangxinjiang committed
515
				<if test="tEmployeeInfo.insuranceStatusArray != null and tEmployeeInfo.insuranceStatusArray.length > 0">
516
					AND a.INSURANCE_STATUS in
517 518
					<foreach item="idStr" index="index" collection="tEmployeeInfo.insuranceStatusArray" open="("
							 separator="," close=")">
519 520 521
						#{idStr}
					</foreach>
				</if>
fangxinjiang's avatar
fangxinjiang committed
522
				<if test="tEmployeeInfo.socialStatusArray != null and tEmployeeInfo.socialStatusArray.length > 0">
523
					AND a.SOCIAL_STATUS in
524 525
					<foreach item="idStr" index="index" collection="tEmployeeInfo.socialStatusArray" open="("
							 separator="," close=")">
526 527 528
						#{idStr}
					</foreach>
				</if>
fangxinjiang's avatar
fangxinjiang committed
529
				<if test="tEmployeeInfo.fundStatusArray != null and tEmployeeInfo.fundStatusArray.length > 0">
530
					AND a.FUND_STATUS in
531 532
					<foreach item="idStr" index="index" collection="tEmployeeInfo.fundStatusArray" open="("
							 separator="," close=")">
533 534 535
						#{idStr}
					</foreach>
				</if>
536 537 538 539 540 541
				<if test="tEmployeeInfo.createTimeStart != null">
					AND a.CREATE_TIME <![CDATA[ >= ]]> #{tEmployeeInfo.createTimeStart}
				</if>
				<if test="tEmployeeInfo.createTimeEnd != null">
					AND a.CREATE_TIME <![CDATA[ <= ]]> #{tEmployeeInfo.createTimeEnd}
				</if>
542 543 544 545 546 547 548
			</if>
		</if>
	</sql>

	<!-- hgw 分页查询 -->
	<select id="getPage" resultMap="tEmployeeInfoMap">
		select
549
		<include refid="baseParam"/>
550
		from t_employee_info a
fangxinjiang's avatar
fangxinjiang committed
551
		<!--<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.contains('b.DEPT_ID') ">
hongguangwu's avatar
hongguangwu committed
552
			left join t_employee_project b on a.id=b.EMP_ID and b.DELETE_FLAG = '0'
fangxinjiang's avatar
fangxinjiang committed
553
		</if>-->
554
		where a.DELETE_FLAG = '0'
555
		<include refid="employeeInfo_where"/>
fangxinjiang's avatar
fangxinjiang committed
556

hongguangwu's avatar
hongguangwu committed
557
		<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
fangxinjiang's avatar
fangxinjiang committed
558
			and
fangxinjiang's avatar
fangxinjiang committed
559
			a.id in (
fangxinjiang's avatar
fangxinjiang committed
560 561 562
				select  b.emp_id from  t_employee_project  b
				where
			b.DELETE_FLAG = '0'
hongguangwu's avatar
hongguangwu committed
563
			${tEmployeeInfo.authSql}
fangxinjiang's avatar
fangxinjiang committed
564
			)
hongguangwu's avatar
hongguangwu committed
565
		</if>
566
		order by a.CREATE_TIME desc
hongguangwu's avatar
hongguangwu committed
567
	</select>
568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591
	<!-- fxj 2024-08-23 身份证/姓名 下拉选择 查询 在职和离职数据 -->
	<select id="getPageAsso" resultMap="tEmployeeInfoMap">
		select
		a.EMP_NAME,
		a.EMP_IDCARD
		from t_employee_info a
		where 1=1
		<if test="tEmployeeInfo != null">
			<if test="tEmployeeInfo.empName != null and tEmployeeInfo.empName.trim() != ''">
				AND a.EMP_NAME like concat('%',#{tEmployeeInfo.empName},'%')
			</if>
			<if test="tEmployeeInfo.empIdcard != null and tEmployeeInfo.empIdcard.trim() != ''">
				AND a.EMP_IDCARD like concat('%',#{tEmployeeInfo.empIdcard},'%')
			</if>
		</if>
		<if test="tEmployeeInfo.nameOrIdcard != null and tEmployeeInfo.nameOrIdcard.trim() != ''">
			AND (
			a.EMP_NAME  like concat(#{tEmployeeInfo.nameOrIdcard},'%')
			or
			a.EMP_IDCARD  like concat(#{tEmployeeInfo.nameOrIdcard},'%')
			)
		</if>
		order by a.CREATE_TIME desc
	</select>
hongguangwu's avatar
hongguangwu committed
592

hongguangwu's avatar
hongguangwu committed
593 594
	<!-- hgw 分页查询 -->
	<select id="getLeavePage" resultMap="tEmployeeExportMap">
huyuchen's avatar
huyuchen committed
595
		SELECT
huyuchen's avatar
huyuchen committed
596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612
		c.ID,
		c.EMP_CODE,
		c.EMP_NATRUE,
		c.EMP_NAME,
		c.EMP_IDCARD,
		c.EMP_PHONE,
		c.FILE_PROVINCE,
		c.FILE_CITY,
		c.FILE_TOWN,
		c.LEAVE_TIME,
		c.LEAVE_USER_NAME,
		c.CREATE_TIME,
		b.DEPT_ID,
		b.EMP_ID,
		b.UNIT_NAME,
		b.DEPT_NAME,
		b.DEPT_NO
huyuchen's avatar
huyuchen committed
613 614
		FROM
		(
615 616
		SELECT
		a.ID,
huyuchen's avatar
huyuchen committed
617 618 619 620 621 622 623 624 625 626
		a.EMP_CODE,
		a.EMP_NATRUE,
		a.EMP_NAME,
		a.EMP_IDCARD,
		a.EMP_PHONE,
		a.FILE_PROVINCE,
		a.FILE_CITY,
		a.FILE_TOWN,
		a.LEAVE_TIME,
		a.LEAVE_USER_NAME,
huyuchen's avatar
huyuchen committed
627
		a.CREATE_TIME
huyuchen's avatar
huyuchen committed
628 629 630 631
		FROM
		t_employee_info a
		WHERE
		a.DELETE_FLAG = '0'
632
		<include refid="employeeInfo_where"/>
huyuchen's avatar
huyuchen committed
633 634 635 636 637 638 639 640
		<if test="null != page and null != size">
			limit #{page},#{size}
		</if>
		) c
		LEFT JOIN (
		SELECT
		f.DEPT_ID,
		f.EMP_ID,
huyuchen's avatar
huyuchen committed
641
		GROUP_CONCAT(DISTINCT f.UNIT_NAME) UNIT_NAME,
huyuchen's avatar
huyuchen committed
642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659
		GROUP_CONCAT(DISTINCT f.DEPT_NAME) DEPT_NAME,
		GROUP_CONCAT(DISTINCT f.DEPT_NO) DEPT_NO
		FROM
		t_employee_project f
		WHERE
		f.DELETE_FLAG = '0'
		GROUP BY f.EMP_ID
		) b ON c.id = b.EMP_ID
		where 1 = 1
		<if test="tEmployeeInfo.unitName != null and tEmployeeInfo.unitName.trim() != ''">
			AND b.UNIT_NAME like concat('%',#{tEmployeeInfo.unitName},'%')
		</if>
		<if test="tEmployeeInfo.deptName != null and tEmployeeInfo.deptName.trim() != ''">
			AND b.DEPT_NAME like concat('%',#{tEmployeeInfo.deptName},'%')
		</if>
		<if test="tEmployeeInfo.deptNo != null and tEmployeeInfo.deptNo.trim() != ''">
			AND b.DEPT_NO like concat('%',#{tEmployeeInfo.deptNo},'%')
		</if>
hongguangwu's avatar
hongguangwu committed
660 661 662
		<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
			${tEmployeeInfo.authSql}
		</if>
huyuchen's avatar
huyuchen committed
663 664 665
		ORDER BY c.CREATE_TIME DESC
	</select>

huyuchen's avatar
huyuchen committed
666 667
	<!-- hgw 分页查询 -->
	<select id="getLeaveIPage" resultMap="tEmployeeExportMap">
huyuchen's avatar
huyuchen committed
668
		SELECT
huyuchen's avatar
huyuchen committed
669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704
		c.ID,
		c.EMP_CODE,
		c.EMP_NATRUE,
		c.EMP_NAME,
		c.EMP_IDCARD,
		c.EMP_PHONE,
		c.FILE_PROVINCE,
		c.FILE_CITY,
		c.FILE_TOWN,
		c.LEAVE_TIME,
		c.LEAVE_USER_NAME,
		c.CREATE_TIME,
		b.DEPT_ID,
		b.EMP_ID,
		b.UNIT_NAME,
		b.DEPT_NAME,
		b.DEPT_NO
		FROM
		(
		SELECT
		a.ID,
		a.EMP_CODE,
		a.EMP_NATRUE,
		a.EMP_NAME,
		a.EMP_IDCARD,
		a.EMP_PHONE,
		a.FILE_PROVINCE,
		a.FILE_CITY,
		a.FILE_TOWN,
		a.LEAVE_TIME,
		a.LEAVE_USER_NAME,
		a.CREATE_TIME
		FROM
		t_employee_info a
		WHERE
		a.DELETE_FLAG = '0'
huyuchen's avatar
huyuchen committed
705
		<include refid="employeeInfo_where"/>
huyuchen's avatar
huyuchen committed
706 707 708 709 710 711 712 713 714 715 716 717 718 719 720
		) c
		LEFT JOIN (
		SELECT
		f.DEPT_ID,
		f.EMP_ID,
		GROUP_CONCAT(DISTINCT f.UNIT_NAME) UNIT_NAME,
		GROUP_CONCAT(DISTINCT f.DEPT_NAME) DEPT_NAME,
		GROUP_CONCAT(DISTINCT f.DEPT_NO) DEPT_NO
		FROM
		t_employee_project f
		WHERE
		f.DELETE_FLAG = '0'
		GROUP BY f.EMP_ID
		) b ON c.id = b.EMP_ID
		where 1 = 1
721 722 723 724 725 726 727
		<if test="tEmployeeInfo.unitName != null and tEmployeeInfo.unitName.trim() != ''">
			AND b.UNIT_NAME like concat('%',#{tEmployeeInfo.unitName},'%')
		</if>
		<if test="tEmployeeInfo.deptName != null and tEmployeeInfo.deptName.trim() != ''">
			AND b.DEPT_NAME like concat('%',#{tEmployeeInfo.deptName},'%')
		</if>
		<if test="tEmployeeInfo.deptNo != null and tEmployeeInfo.deptNo.trim() != ''">
728
			AND b.DEPT_NO like concat('%',#{tEmployeeInfo.deptNo},'%')
729
		</if>
huyuchen's avatar
huyuchen committed
730 731 732
		<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
			${tEmployeeInfo.authSql}
		</if>
huyuchen's avatar
huyuchen committed
733 734 735 736 737 738 739 740 741 742
		ORDER BY c.CREATE_TIME DESC
	</select>

	<select id="getLeavePageCount" resultType="java.lang.Long">
		SELECT
		count(1)
		FROM t_employee_info a
		where 1=1
		and a.DELETE_FLAG = '0'
		<include refid="employeeInfo_where"/>
743 744
	</select>

hongguangwu's avatar
hongguangwu committed
745 746 747
	<!-- hgw list查询 -->
	<select id="getList" resultMap="tEmployeeInfoMap">
		select
748
		<include refid="baseParam"/>
hongguangwu's avatar
hongguangwu committed
749
		from t_employee_info a
750
		where a.DELETE_FLAG = '0'
751
		<include refid="employeeInfo_where"/>
752
		order by a.CREATE_TIME desc
hongguangwu's avatar
hongguangwu committed
753 754
	</select>

755 756 757
	<!-- hgw 根据身份证查询 -->
	<select id="getListByIdCard" resultMap="tEmployeeInfoMap">
		select
758
		<include refid="baseParam"/>
759 760
		from t_employee_info a
		where
761 762 763 764
		a.DELETE_FLAG = '0' and a.EMP_IDCARD in
		<foreach item="item" index="index" collection="idCardList" open="(" separator="," close=")">
			#{item}
		</foreach>
765 766
	</select>

767 768 769 770 771 772 773 774 775
	<!-- hgw 根据身份证查询 -->
	<select id="getListByDeptId" resultMap="tEmployeeInfoMap">
		select
			<include refid="baseParam"/>
		from t_employee_info a
		left join t_employee_project b on a.EMP_IDCARD = b.EMP_IDCARD
		where a.DELETE_FLAG = '0' and b.DEPT_ID = #{deptId}
		GROUP BY a.EMP_IDCARD
	</select>
776 777 778 779 780 781 782 783
	<select id="getListByDeptIdByLimit" resultMap="tEmployeeInfoMap">
		select
			<include refid="baseParam"/>
		from t_employee_info a
		left join t_employee_project b on a.EMP_IDCARD = b.EMP_IDCARD
		where a.DELETE_FLAG = '0' and b.DEPT_ID = #{deptId}
		limit #{limit1},#{limit2}
	</select>
784

hongguangwu's avatar
hongguangwu committed
785 786 787 788 789 790 791 792 793 794 795
	<select id="getListByIdCardList" resultMap="tEmployeeInfoMap">
		select
		<include refid="baseParam"/>
		from t_employee_info a
		where
		a.DELETE_FLAG = '0' and a.EMP_IDCARD in
		<foreach item="item" index="index" collection="idCardList" open="(" separator="," close=")">
			#{item}
		</foreach>
	</select>

796 797 798
	<!-- hgw 根据手机号查询 -->
	<select id="getListByPhone" resultMap="tEmployeeInfoMap">
		select
799
		<include refid="baseParam"/>
800 801
		from t_employee_info a
		where
802 803 804 805
		a.DELETE_FLAG = '0' and a.EMP_PHONE in
		<foreach item="item" index="index" collection="phoneList" open="(" separator="," close=")">
			#{item}
		</foreach>
806 807
	</select>

808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836
	<update id="updateExcelEmployeeInfo" parameterType="java.util.List">
		update t_employee_info
		<trim prefix="set" suffixOverrides=",">
			<trim prefix="EMP_NATRUE =case" suffix="end,">
				<foreach collection="list" item="i" index="index">
					<if test="i.empNatrue!=null">
						when ID=#{i.id} then #{i.empNatrue}
					</if>
				</foreach>
			</trim>
			<trim prefix="EMP_NAME =case" suffix="end,">
				<foreach collection="list" item="i" index="index">
					<if test="i.empName!=null">
						when ID=#{i.id} then #{i.empName}
					</if>
				</foreach>
			</trim>
			<trim prefix="EMP_IDCARD =case" suffix="end,">
				<foreach collection="list" item="i" index="index">
					<if test="i.empIdcard!=null">
						when ID=#{i.id} then #{i.empIdcard}
					</if>
				</foreach>
			</trim>
			<trim prefix="FILE_STATUS =case" suffix="end,">
				<foreach collection="list" item="i" index="index">
					when ID=#{i.id} then 0
				</foreach>
			</trim>
837 838 839 840 841
			<trim prefix="PROJECT_NUM =case" suffix="end,">
				<foreach collection="list" item="i" index="index">
					when ID=#{i.id} then #{i.projectNum}
				</foreach>
			</trim>
842 843 844 845 846 847 848 849 850 851 852 853 854 855
			<trim prefix="UPDATE_TIME =case" suffix="end,">
				<foreach collection="list" item="i" index="index">
					when ID=#{i.id} then now()
				</foreach>
			</trim>
			<trim prefix="UPDATE_BY =case" suffix="end,">
				<foreach collection="list" item="i" index="index">
					<if test="i.updateBy!=null">
						when ID=#{i.id} then #{i.updateBy}
					</if>
				</foreach>
			</trim>
		</trim>
		where
856
		<foreach collection="list" separator="or" item="i" index="index">
857 858 859 860
			ID=#{i.id}
		</foreach>
	</update>

861 862 863
	<!--tEmployeeInfo人员档案导出查询-->
	<select id="getTEmployeeExportList" resultMap="tEmployeeExportMap">
		select
fangxinjiang's avatar
fangxinjiang committed
864 865 866 867 868
		<include refid="Base_Export_List"/>,
		p.IS_PROJECTS ,
		p.DEPT_NAME,
		p.DEPT_NO,
		P.PROJECT_NUM
869
		from t_employee_info a
fangxinjiang's avatar
fangxinjiang committed
870
		LEFT JOIN view_project p on a.EMP_IDCARD=p.EMP_IDCARD
fangxinjiang's avatar
fangxinjiang committed
871 872 873 874 875 876 877 878 879
		<!--left join (
		select
			b.EMP_ID,
			GROUP_CONCAT(DISTINCT b.DEPT_NAME) DEPT_NAME,
			GROUP_CONCAT(DISTINCT b.DEPT_NO) DEPT_NO
		    from t_employee_project b where
		    1=1 and b.DELETE_FLAG = '0'
		<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
			${tEmployeeInfo.authSql}
fangxinjiang's avatar
fangxinjiang committed
880 881
		</if>
		) b on a.id = b.EMP_ID-->
882
		<where>
hongguangwu's avatar
hongguangwu committed
883
			a.DELETE_FLAG = '0'
884
			<include refid="employeeInfo_where"/>
fangxinjiang's avatar
fangxinjiang committed
885

hongguangwu's avatar
hongguangwu committed
886
			<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
fangxinjiang's avatar
fangxinjiang committed
887
				and
fangxinjiang's avatar
fangxinjiang committed
888
				a.id in (
fangxinjiang's avatar
fangxinjiang committed
889 890 891
				select  b.emp_id from  t_employee_project  b
				where
				b.DELETE_FLAG = '0'
hongguangwu's avatar
hongguangwu committed
892
				${tEmployeeInfo.authSql}
fangxinjiang's avatar
fangxinjiang committed
893
				)
hongguangwu's avatar
hongguangwu committed
894
			</if>
895
		</where>
fangxinjiang's avatar
fangxinjiang committed
896
		order by a.CREATE_TIME desc
897 898 899 900
	</select>

	<!--tEmployeeInfo离职档案导出查询-->
	<select id="getTEmployeeLeaveExportList" resultMap="tEmployeeExportMap">
901
		select * from (
902
		SELECT
fangxinjiang's avatar
fangxinjiang committed
903
		<include refid="Base_Export_List"/>
904 905 906
		,a.LEAVE_TIME
		,a.LEAVE_USER
		,a.LEAVE_USER_NAME
fangxinjiang's avatar
fangxinjiang committed
907 908 909 910
		,a.LEAVE_REASON,
		p.IS_PROJECTS ,
		p.DEPT_NAME,
		p.DEPT_NO,p.UNIT_NAME
911
		from t_employee_info a
fangxinjiang's avatar
fangxinjiang committed
912
		LEFT JOIN view_project_leave p on a.EMP_IDCARD=p.EMP_IDCARD
fangxinjiang's avatar
fangxinjiang committed
913 914 915 916 917 918 919 920 921 922 923 924 925
		<!--left join (
			select
			b.EMP_ID,
			GROUP_CONCAT(DISTINCT b.DEPT_NAME) DEPT_NAME,
			GROUP_CONCAT(DISTINCT b.DEPT_NO) DEPT_NO,
			GROUP_CONCAT(DISTINCT b.unit_name) UNIT_NAME,
			GROUP_CONCAT(DISTINCT b.unit_no) UNIT_NO
			from t_employee_project b where
			1=1 and b.DELETE_FLAG = '0'
			<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
				${tEmployeeInfo.authSql}
			</if>
		) b on a.id = b.EMP_ID-->
926
		<where>
hongguangwu's avatar
hongguangwu committed
927
			a.DELETE_FLAG = '0'
928
			<include refid="employeeInfo_where"/>
hongguangwu's avatar
hongguangwu committed
929
			<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
fangxinjiang's avatar
fangxinjiang committed
930
				and
fangxinjiang's avatar
fangxinjiang committed
931
				a.id in (
fangxinjiang's avatar
fangxinjiang committed
932 933 934
				select  b.emp_id from  t_employee_project  b
				where
				b.DELETE_FLAG = '0'
hongguangwu's avatar
hongguangwu committed
935
				${tEmployeeInfo.authSql}
fangxinjiang's avatar
fangxinjiang committed
936
				)
hongguangwu's avatar
hongguangwu committed
937
			</if>
938
		</where>
fangxinjiang's avatar
fangxinjiang committed
939
		order by a.CREATE_TIME desc
940 941 942 943 944 945 946 947 948
		) b
		where 1=1
		<if test="tEmployeeInfo.unitName != null and tEmployeeInfo.unitName.trim() != ''">
			AND b.UNIT_NAME like concat('%',#{tEmployeeInfo.unitName},'%')
		</if>
		<if test="tEmployeeInfo.deptName != null and tEmployeeInfo.deptName.trim() != ''">
			AND b.DEPT_NAME like concat('%',#{tEmployeeInfo.deptName},'%')
		</if>
		<if test="tEmployeeInfo.deptNo != null and tEmployeeInfo.deptNo.trim() != ''">
949
			AND b.DEPT_NO like concat('%',#{tEmployeeInfo.deptNo},'%')
950
		</if>
951 952
	</select>

hongguangwu's avatar
hongguangwu committed
953 954
	<!-- 获取当日最大的编码 -->
	<select id="getMaxEmpCode" resultType="java.lang.String">
955 956 957 958 959 960 961 962
		SELECT ifnull(max(right (e.EMP_CODE, 5)), 0) EMP_CODE
		FROM t_employee_info e
		where e.DELETE_FLAG = '0'
		  and e.CREATE_TIME > DATE_FORMAT(now(), '%Y-%m-%d')
	</select>

	<select id="getDispatchEmpVo" resultMap="dispatchEmpVoMap">
		select
fangxinjiang's avatar
fangxinjiang committed
963
		a.ID,a.EMP_CODE,a.EMP_NAME,
964
		a.EMP_IDCARD,a.EMP_NATIONAL,a.EMP_PHONE,a.ID_PROVINCE,a.ID_CITY,
965
		a.ID_TOWN,a.EMP_REGIS_TYPE,a.FILE_PROVINCE,a.FILE_CITY,a.FILE_TOWN,a.HIGN_EDUCATION,a.FILE_STATUS,a.CONTACT_ADDRESS,
966 967

		b.CONTRACT_NAME,b.CONTRACT_TYPE,
fangxinjiang's avatar
fangxinjiang committed
968
		b.CONTRACT_START,b.CONTRACT_END,b.CONTRACT_TERM,b.CONTRACT_SUB_NAME,b.CONTRACT_ID,
969 970

		c.UNIT_NAME,
fangxinjiang's avatar
fangxinjiang committed
971
		c.UNIT_NO,c.DEPT_ID,c.DEPT_NAME,c.DEPT_NO,c.POST,c.EMP_NO,c.PROJECT_STATUS,c.EMP_NATRUE
972
		from (
fangxinjiang's avatar
fangxinjiang committed
973
		select e.ID,e.EMP_CODE,e.EMP_NAME,e.EMP_IDCARD,e.EMP_NATIONAL,e.EMP_PHONE,e.ID_PROVINCE,e.ID_CITY,
974
		e.ID_TOWN,e.EMP_REGIS_TYPE,e.FILE_PROVINCE,e.FILE_CITY,e.FILE_TOWN,e.HIGN_EDUCATION,e.FILE_STATUS,e.CONTACT_ADDRESS
975
		from t_employee_info e
fangxinjiang's avatar
fangxinjiang committed
976
		where 1=1 and e.DELETE_FLAG = '0'
977 978 979 980 981 982 983 984 985 986
		<if test="checkVo != null">
			<if test="checkVo.idCards != null">
				AND e.EMP_IDCARD in
				<foreach item="idStr" index="index" collection="checkVo.idCards" open="(" separator="," close=")">
					#{idStr}
				</foreach>
			</if>
		</if>
		) a
		left join (
fangxinjiang's avatar
fangxinjiang committed
987
		select p.UNIT_NAME,p.UNIT_NO,p.DEPT_ID,p.DEPT_NAME,p.DEPT_NO,p.POST,p.EMP_ID,p.EMP_NO,P.PROJECT_STATUS,p.EMP_NATRUE
988
		from t_employee_project p
fangxinjiang's avatar
fangxinjiang committed
989
		where 1=1 and p.DELETE_FLAG = '0'
990 991 992 993 994 995 996 997 998 999 1000
		<if test="checkVo != null">
			<if test="checkVo.codes != null">
				AND p.DEPT_NO in
				<foreach item="code" index="index" collection="checkVo.codes" open="(" separator="," close=")">
					#{code}
				</foreach>
			</if>
		</if>
		) c on a.ID=c.EMP_ID
		left join
		(
1001
		<!-- 取值未删除,审核通过,使用中,未作废的合同数据,按项目分组,有数据即可不要求最新 -->
1002 1003 1004 1005 1006 1007 1008
		SELECT
		x.SETTLE_DOMAIN,
		x.CONTRACT_NAME,
		x.CONTRACT_TYPE,
		x.CONTRACT_START,
		x.CONTRACT_END,
		x.CONTRACT_TERM,
1009
		x.CONTRACT_SUB_NAME,
fangxinjiang's avatar
fangxinjiang committed
1010 1011
		x.ID as "CONTRACT_ID",
		x.EMP_IDCARD
1012 1013 1014 1015
		FROM
		t_employee_contract_info x
		WHERE
		x.DELETE_FLAG = '0'
1016
		AND (
1017 1018 1019
		( x.AUDIT_STATUS = '2' AND x.IN_USE = '0' )
		OR
		( x.AUDIT_STATUS = '1' AND x.IN_USE = '1' )
1020
		)
fangxinjiang's avatar
fangxinjiang committed
1021 1022 1023 1024 1025 1026 1027 1028
		<if test="checkVo != null">
			<if test="checkVo.idCards != null">
				AND x.EMP_IDCARD in
				<foreach item="idStr" index="index" collection="checkVo.idCards" open="(" separator="," close=")">
					#{idStr}
				</foreach>
			</if>
		</if>
1029
		GROUP BY
fangxinjiang's avatar
fangxinjiang committed
1030 1031
		x.SETTLE_DOMAIN,x.EMP_IDCARD
		) b on c.DEPT_ID= b.SETTLE_DOMAIN and b.EMP_IDCARD=a.EMP_IDCARD
1032

hongguangwu's avatar
hongguangwu committed
1033 1034
	</select>

fangxinjiang's avatar
fangxinjiang committed
1035 1036 1037 1038

	<!--tEmployeeInfo人员档案导出查询改造 fxj 2022-11-02-->
	<select id="noPageDiy" resultMap="tEmployeeExportMap">
		select
1039 1040 1041 1042
		a.EMP_CODE,
		a.EMP_NATRUE,
		a.EMP_NAME,
		a.EMP_IDCARD,
huyuchen's avatar
huyuchen committed
1043
		a.EMP_AGE,
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072
		a.VALIDITY_START,
		a.VALIDITY_END,
		a.EMP_MARRI_STATUS,
		a.EMP_NATIONAL,
		a.POLITICAL_STATUS,
		a.EMP_PHONE,
		a.EMP_EMAIL,
		a1.AREA_NAME as "ID_PROVINCE",
		a2.AREA_NAME as "ID_CITY",
		a3.AREA_NAME as "ID_TOWN",
		a.EMP_REGIS_TYPE,
		a4.AREA_NAME as "FILE_PROVINCE",
		a5.AREA_NAME as "FILE_CITY",
		a6.AREA_NAME as "FILE_TOWN",
		CASE WHEN a.IS_COLLEGE=0 THEN "否"
		WHEN a.IS_COLLEGE =1 THEN "是"
		ELSE a.IS_COLLEGE END as "IS_COLLEGE",
		a.HIGN_EDUCATION,
		a.SCHOOL,
		a.MAJOR,
		a.ADMISSION_DATE,
		a.GRADUTION_DATE,
		a.REMARK,
		CASE WHEN a.FILE_SOURCE=1 THEN "社保、公积金派单"
		WHEN a.FILE_SOURCE =2 THEN "人员发薪"
		WHEN a.FILE_SOURCE =3 THEN "商险派单"
		WHEN a.FILE_SOURCE =4 THEN "档案新建"
		WHEN a.FILE_SOURCE =5 THEN "批量导入"
		ELSE a.FILE_SOURCE END as "FILE_SOURCE",  #  1=社保、公积金派单,2=人员发薪,3=商险派单,4=档案新建,5=批量导入
1073
		/*a.PROJECT_NUM,*/
1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086
		a.CONTRACT_STATUS,
		a.INSURANCE_STATUS,
		a.SOCIAL_STATUS,
		a.FUND_STATUS,
		CASE WHEN a.SALARY_STATUS=0 THEN "无"
		WHEN a.SALARY_STATUS =1 THEN "是"
		WHEN a.SALARY_STATUS =2 THEN "否"
		ELSE a.SALARY_STATUS END as "SALARY_STATUS",#  0=无,1=是,2=否
		a.CREATE_NAME,
		a.CREATE_TIME,
		CASE WHEN a.`STATUS`=0 THEN "草稿"
		WHEN a.`STATUS` =1 THEN "已审核"
		ELSE a.`STATUS` END as  "STATUS",  # 0=草稿,1=已审核
1087 1088 1089
		a7.AREA_NAME as "CONTACT_PROVINCE",
		a8.AREA_NAME as "CONTACT_CITY",
		a9.AREA_NAME as "CONTACT_TOWN",
1090
		a.CONTACT_ADDRESS,
fangxinjiang's avatar
fangxinjiang committed
1091 1092 1093 1094 1095
		p.IS_PROJECTS ,
		p.DEPT_NAME,
		p.DEPT_NO,
		P.PROJECT_NUM
		from t_employee_info a
1096 1097 1098 1099 1100 1101
		LEFT JOIN sys_area a1 on a1.id=a.ID_PROVINCE
		LEFT JOIN sys_area a2 on a2.id=a.ID_CITY
		LEFT JOIN sys_area a3 on a3.id=a.ID_TOWN
		LEFT JOIN sys_area a4 on a4.id=a.FILE_PROVINCE
		LEFT JOIN sys_area a5 on a5.id=a.FILE_CITY
		LEFT JOIN sys_area a6 on a6.id=a.FILE_TOWN
1102 1103 1104
		LEFT JOIN sys_area a7 on a7.id=a.CONTACT_PROVINCE
		LEFT JOIN sys_area a8 on a8.id=a.CONTACT_CITY
		LEFT JOIN sys_area a9 on a9.id=a.CONTACT_TOWN
fangxinjiang's avatar
fangxinjiang committed
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140
		LEFT JOIN view_project p on a.EMP_IDCARD=p.EMP_IDCARD
		<where>
			a.DELETE_FLAG = '0'
			<include refid="employeeInfo_where_export"/>
		</where>
		order by a.CREATE_TIME desc
		<if test="tEmployeeInfo != null">
			<if test="tEmployeeInfo.limitStart != null">
				limit #{tEmployeeInfo.limitStart},#{tEmployeeInfo.limitEnd}
			</if>
		</if>
	</select>

	<!--tEmployeeInfo人员档案导出查询count fxj 2022-11-02-->
	<select id="noPageCountDiy" resultType="java.lang.Integer">
		select
		count(1)
		from t_employee_info a
		<where>
			a.DELETE_FLAG = '0'
			<include refid="employeeInfo_where_export"/>
		</where>
	</select>
	<sql id="employeeInfo_where_export">
		<include refid="employeeInfo_where"/>

		<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
			and
			a.id in (
			select  b.emp_id from  t_employee_project  b
			where
			b.DELETE_FLAG = '0'
			${tEmployeeInfo.authSql}
			)
		</if>
	</sql>
fangxinjiang's avatar
fangxinjiang committed
1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228

	<!--tEmployeeInfo离职档案导出查询-->
	<select id="noPageLeaveDiy" resultMap="tEmployeeLeaveExportMap">
		SELECT
		a.EMP_CODE,
		CASE WHEN a.EMP_NATRUE='0' THEN "外包"
		WHEN a.EMP_NATRUE='1'  THEN "派遣"
		WHEN a.EMP_NATRUE='2'  THEN "代理"
		WHEN a.EMP_NATRUE='3'  THEN "内部员工"
		ELSE "" END as "EMP_NATRUE",
		a.EMP_NAME,
		a.EMP_IDCARD,
		a.EMP_PHONE,
		a.EMP_EMAIL,
		a1.area_name as "FILE_PROVINCE",
		a2.area_name as "FILE_CITY",
		a3.area_name as "FILE_TOWN",
		a.LEAVE_TIME,
		a.LEAVE_USER_NAME,
		p.DEPT_NAME,
		p.DEPT_NO,
		p.UNIT_NAME
		from t_employee_info a
		LEFT JOIN view_project_leave p on a.EMP_IDCARD=p.EMP_IDCARD
		LEFT JOIN sys_area a1 on a1.id=a.FILE_PROVINCE
		LEFT JOIN sys_area a2 on a2.id=a.FILE_CITY
		LEFT JOIN sys_area a3 on a3.id=a.FILE_TOWN
		<where>
			a.DELETE_FLAG = '0'
			<include refid="employeeInfo_where"/>
			<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
				and
				a.id in (
				select  b.emp_id from  t_employee_project  b
				where
				b.DELETE_FLAG = '0'
				${tEmployeeInfo.authSql}
				)
			</if>
			<if test="tEmployeeInfo.unitName != null and tEmployeeInfo.unitName.trim() != ''">
				AND p.UNIT_NAME like concat('%',#{tEmployeeInfo.unitName},'%')
			</if>
			<if test="tEmployeeInfo.deptName != null and tEmployeeInfo.deptName.trim() != ''">
				AND p.DEPT_NAME like concat('%',#{tEmployeeInfo.deptName},'%')
			</if>
			<if test="tEmployeeInfo.deptNo != null and tEmployeeInfo.deptNo.trim() != ''">
				AND p.DEPT_NO like concat('%',#{tEmployeeInfo.deptNo},'%')
			</if>
		</where>
		order by a.CREATE_TIME desc
		<if test="tEmployeeInfo != null">
			<if test="tEmployeeInfo.limitStart != null">
				limit #{tEmployeeInfo.limitStart},#{tEmployeeInfo.limitEnd}
			</if>
		</if>

	</select>

	<!--tEmployeeInfo离职档案导出查询-->
	<select id="noPageCountLeaveDiy" resultType="java.lang.Integer">
		select count(1)
		from t_employee_info a
		LEFT JOIN view_project_leave p on a.EMP_IDCARD=p.EMP_IDCARD
		<where>
			a.DELETE_FLAG = '0'
			<include refid="employeeInfo_where"/>
			<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
				and
				a.id in (
				select  b.emp_id from  t_employee_project  b
				where
				b.DELETE_FLAG = '0'
				${tEmployeeInfo.authSql}
				)
			</if>
			<if test="tEmployeeInfo.unitName != null and tEmployeeInfo.unitName.trim() != ''">
				AND p.UNIT_NAME like concat('%',#{tEmployeeInfo.unitName},'%')
			</if>
			<if test="tEmployeeInfo.deptName != null and tEmployeeInfo.deptName.trim() != ''">
				AND p.DEPT_NAME like concat('%',#{tEmployeeInfo.deptName},'%')
			</if>
			<if test="tEmployeeInfo.deptNo != null and tEmployeeInfo.deptNo.trim() != ''">
				AND p.DEPT_NO like concat('%',#{tEmployeeInfo.deptNo},'%')
			</if>
		</where>
		order by a.CREATE_TIME desc

	</select>
1229 1230 1231 1232 1233 1234 1235

	<update id="updateSocialInfoById" >
		update t_employee_info a
		<trim prefix="set" suffixOverrides=",">
			<if test="tEmployeeInfo.id != null">a.id=a.id,</if>
			<if test="tEmployeeInfo.socialStatus != null">SOCIAL_STATUS=#{tEmployeeInfo.socialStatus},</if>
			<if test="tEmployeeInfo.fundStatus != null">FUND_STATUS=#{tEmployeeInfo.fundStatus},</if>
1236
			<if test="tEmployeeInfo.hignEducation != null">HIGN_EDUCATION=#{tEmployeeInfo.hignEducation},</if>
1237 1238
			<if test="tEmployeeInfo.school != null">SCHOOL=#{tEmployeeInfo.school},</if>
			<if test="tEmployeeInfo.major != null">MAJOR=#{tEmployeeInfo.major},</if>
1239
			<if test="tEmployeeInfo.gradutionDate != null">GRADUTION_DATE=#{tEmployeeInfo.gradutionDate},</if>
1240
			<if test="tEmployeeInfo.contactAddress != null">CONTACT_ADDRESS=#{tEmployeeInfo.contactAddress},</if>
1241
			<if test="tEmployeeInfo.isCollege != null">IS_COLLEGE=#{tEmployeeInfo.isCollege},</if>
1242 1243 1244 1245 1246 1247
			<if test="tEmployeeInfo.fileProvince != null">a.FILE_PROVINCE=#{tEmployeeInfo.fileProvince},</if>
			<if test="tEmployeeInfo.fileCity != null">a.FILE_CITY=#{tEmployeeInfo.fileCity},</if>
			<if test="tEmployeeInfo.fileCity != null">
				<if test="tEmployeeInfo.fileTown != null">a.FILE_TOWN=#{tEmployeeInfo.fileTown},</if>
				<if test="tEmployeeInfo.fileTown == null">a.FILE_TOWN=null,</if>
			</if>
1248
			<if test="tEmployeeInfo.empRegisType != null">a.EMP_REGIS_TYPE=#{tEmployeeInfo.empRegisType},</if>
1249 1250 1251 1252
			<if test="tEmployeeInfo.empPhone != null  and tEmployeeInfo.empPhone != ''">a.EMP_PHONE=#{tEmployeeInfo.empPhone},</if>
		</trim>
		WHERE a.id=#{tEmployeeInfo.id}
	</update>
1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278

	<!-- 更新档案商险状态 -->
	<update id="updateEmployeeInfoInsuranceStatus" >
		update t_employee_info a set a.INSURANCE_STATUS = #{emp.status} where a.EMP_IDCARD = #{emp.idCard}
	</update>

	<!-- 更新档案薪资状态 -->
	<update id="updateEmployeeInfoSalaryStatus" >
		update t_employee_info a set a.SALARY_STATUS = #{emp.status} where a.EMP_IDCARD = #{emp.idCard}
	</update>

	<!-- 每月1号更新档案薪资状态为否薪资 -->
	<update id="everyMonthUpdateEmployeeInfoSalaryStatus" >
		update t_employee_info e set e.SALARY_STATUS = 2
		where e.SALARY_STATUS = 1
			and NOT EXISTS (
				select 1 from view_salary_account_3month a where a.emp_idcard = e.EMP_IDCARD
			)
	</update>

	<!-- 每天更新人员档案、项目档案的过期合同为2不在用 -->
	<update id="everyDayUpdateEmployeeInfoContractStatus" >
		update t_employee_info e
		left join t_employee_contract_info c on e.EMP_IDCARD=c.EMP_IDCARD and c.IN_USE='0'
		set e.CONTRACT_STATUS=2
		where e.CONTRACT_STATUS != 2 and c.CONTRACT_END <![CDATA[ < ]]> DATE_FORMAT(curdate(),"%Y-%m-%d")
1279 1280 1281 1282
		and not EXISTS (
			select 1 from t_employee_contract_info ec where ec.EMP_IDCARD=c.EMP_IDCARD and ec.IN_USE='0'
			and (ec.CONTRACT_END is null or ec.CONTRACT_END >= DATE_FORMAT(curdate(),"%Y-%m-%d"))
		)
1283
	</update>
1284 1285 1286 1287 1288
	<update id="updateContractStatus" >
		update t_employee_info a
		set CONTRACT_STATUS = #{status}
		WHERE a.id=#{empId}
	</update>
1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303

	<!-- hgw 根据身份证查询-基础信息 -->
	<select id="getHcmArchiveBasicVo" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.HcmArchiveBasicVo">
		select
			a.EMP_NAME empName
			 ,a.EMP_IDCARD empIdCard
			 ,a.EMP_EMAIL email
			 ,a.EMP_EMAIL email
			 ,a.EMP_BIRTHDAY bornDate
			 ,if(a.EMP_SEX='2','女',if(a.EMP_SEX='1','男','-')) sex
			 ,education.label education
			 ,registype.label residentType
			 ,married.label maritalStatus
			 ,nation.label nation
			 ,concat(ifnull(p.AREA_NAME,''),ifnull(c.AREA_NAME,''),ifnull(t.AREA_NAME,'')) nativePlace
1304 1305
			 ,politicalStatus.label political
			 ,a.contact_Address contactAddress
1306 1307 1308 1309 1310 1311 1312 1313
		from t_employee_info a
				 left join sys_area p on p.id=a.ID_PROVINCE
				 left join sys_area c on c.id=a.ID_CITY
				 left join sys_area t on t.id=a.ID_TOWN
				 left join view_sys_dict_item nation on nation.value=a.EMP_NATIONAL and nation.type='emp_national'
				 left join view_sys_dict_item education on education.value=a.HIGN_EDUCATION and education.type='education'
				 left join view_sys_dict_item registype on registype.value=a.EMP_REGIS_TYPE and registype.type='emp_registype'
				 left join view_sys_dict_item married on married.value=a.EMP_MARRI_STATUS and married.type='emp_married'
1314
				 left join view_sys_dict_item politicalStatus on politicalStatus.value=a.POLITICAL_STATUS and politicalStatus.type='emp_political'
1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393
		where a.DELETE_FLAG = '0' and a.EMP_IDCARD = #{idCard} limit 1
	</select>
	<select id="getHcmArchiveJobVo" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.HcmArchiveJobVo">
		select
			a.WORK_UNIT companyName
			 ,a.WORK_DEPART deptName
			 ,a.WORK_JOB jobName
			 ,a.START_DATE joinDate
			 ,a.END_DATE leaveDate
			 ,a.REMARK remark
		from t_emp_work_recording a
		where a.EMP_IDCARD = #{idCard}
	</select>
	<select id="getHcmArchiveEducationVo" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.HcmArchiveEducationVo">
		select
			a.SCHOOL schoolName
			 ,a.MAJOR major
			 ,education.label education
			 ,a.ENTRY_DATE joinDate
			 ,a.GRADUTION_DATE leaveDate
			 ,educationType.label isFullTime
			 ,'' annex
		from t_emp_education a
				 left join view_sys_dict_item education on education.value=a.EDUCATION_NAME and education.type='education'
				 left join view_sys_dict_item educationType on educationType.value=a.type and educationType.type='education_type'
		where a.EMP_IDCARD = #{idCard}
	</select>
	<select id="getHcmArchiveCertificateVo" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.HcmArchiveCertificateVo">
		select
			qualification.label certificateName
			 ,a.CERTIFICATION_NO certificateNo
			 ,a.ASSESSMENT_UNIT certificateOrg
			 ,'' certificateDate
			 ,'' certificateExpireDate
			 ,'' annex
		from t_emp_professional_qualification a
				 left join view_sys_dict_item qualification on qualification.value=a.QUALIFICATION_TYPE and qualification.type='qualification_type'
		where a.EMP_IDCARD = #{idCard}
	</select>
	<select id="getHcmArchiveFamilyVo" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.HcmArchiveFamilyVo">
		select
			relation.label relationName
			 ,a.FAMILY_NAME trueName
			 ,a.BIRTHDAY bornTime
			 ,'' political
			 ,a.WORK_UNIT company
			 ,'' jobName
		from t_emp_family a
				 left join view_sys_dict_item relation on relation.value=a.RELATIONSHIP_SELF and relation.type='family_relation'
		where a.EMP_IDCARD = #{idCard}
	</select>
	<select id="getHcmContractVo" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.HcmContractVo">
		select
			a.CONTRACT_NAME contractType
			 ,contractType.label termType
			 ,'' contractDate
			 ,a.CONTRACT_PARTY contractCompany
			 ,a.CONTRACT_NO contractCode
			 ,a.CONTRACT_START startDate
			 ,a.CONTRACT_END endDate
			 ,if(a.IN_USE='0','可用','不可用') contractStatus
			 ,'' annexArray
			 ,'' contractOwner
		from t_employee_contract_info a
				 left join view_sys_dict_item contractType on contractType.value=a.CONTRACT_TYPE and contractType.type='employee_contract_type'
		where a.EMP_IDCARD = #{idCard}
	</select>

	<!-- hgw 根据身份证查询 -->
	<select id="getHcmEmpInfoList" resultMap="tEmployeeInfoMap">
		select
			<include refid="baseParam"/>
		from t_employee_info a
		where a.DELETE_FLAG = '0' and a.EMP_IDCARD in
		<foreach item="item" index="index" collection="idCardList" open="(" separator="," close=")">
			#{item}
		</foreach>
	</select>

1394 1395 1396 1397 1398

	<!-- 员工年龄+1 定时任务方法  专用 -->
	<update id="updateEmployeeAgeTask">
		update t_employee_info  set  EMP_AGE = YEAR(CURRENT_DATE())-YEAR(STR_TO_DATE(SUBSTRING(EMP_IDCARD,7,4),'%Y')) where EMP_IDCARD is not null  and DELETE_FLAG='0' and SUBSTRING(EMP_IDCARD,7,1) in ('1','2')
	</update>
1399
</mapper>