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
a05da8d1
Commit
a05da8d1
authored
Jul 24, 2025
by
fangxinjiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/MVP1.7.13' into MVP1.7.13
parents
57888079
59d4c08d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
TGzEmpInfoMapper.xml
...chives-biz/src/main/resources/mapper/TGzEmpInfoMapper.xml
+3
-3
No files found.
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TGzEmpInfoMapper.xml
View file @
a05da8d1
...
...
@@ -709,7 +709,7 @@
a.bank_name AS bankName,
a.account_ec_id AS accountEcId,
a.account_name AS accountName,
a.country AS country
a.
account_
country AS country
FROM t_gz_emp_info a
where a.del_flag = '0' and a.id = #{gzEmpId}
ORDER BY a.create_time desc limit 1
...
...
@@ -806,8 +806,8 @@
date_format(a.contract_end_dt, '%Y-%m-%d') contractEndDt,
date_format(a.contract_exp_end_dt, '%Y-%m-%d') contrctExpEndDt,
a.probation probation,
date_format(a.prc_exp_dt, '%Y-%m-%d'
) probationDt,
date_format(a.probation_dt, '%Y-%m-%d'
) prcExpDt,
if(a.probation='0','1900-01-01',date_format(a.prc_exp_dt, '%Y-%m-%d')
) probationDt,
if(a.probation='0','1900-01-01',date_format(a.probation_dt, '%Y-%m-%d')
) prcExpDt,
a.nee_provider_id neeProviderId,
a.work_location workLocation,
'' fileId,
...
...
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