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
0e83765e
Commit
0e83765e
authored
Apr 03, 2023
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化修改
parent
523626fc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
TEmployeeContractInfoMapper.xml
...src/main/resources/mapper/TEmployeeContractInfoMapper.xml
+6
-6
ekpSalaryConfig.properties
...-common-ekp/src/main/resources/ekpSalaryConfig.properties
+2
-2
No files found.
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TEmployeeContractInfoMapper.xml
View file @
0e83765e
...
@@ -563,12 +563,12 @@
...
@@ -563,12 +563,12 @@
if(a.IN_USE = 0,'可用','不可用') IN_USE,
if(a.IN_USE = 0,'可用','不可用') IN_USE,
if(a.IS_FILE = 0,'有附件','无附件') FILES,
if(a.IS_FILE = 0,'有附件','无附件') FILES,
if(a.IS_FILE = 0,'已归档','未归档') IS_FILE,
if(a.IS_FILE = 0,'已归档','未归档') IS_FILE,
a.
CONTRACT_NO,
max(a.CONTRACT_NO)
CONTRACT_NO,
a.
POST,
max(a.POST)
POST,
CASE WHEN
a.WORKING_HOURS
=1 THEN "标准工时"
CASE WHEN
max(a.WORKING_HOURS)
=1 THEN "标准工时"
WHEN
a.WORKING_HOURS
=2 THEN "综合工时"
WHEN
max(a.WORKING_HOURS)
=2 THEN "综合工时"
WHEN
a.WORKING_HOURS
=3 THEN "不定时工时制"
WHEN
max(a.WORKING_HOURS)
=3 THEN "不定时工时制"
ELSE
a.WORKING_HOURS
END as "WORKING_HOURS",
ELSE
max(a.WORKING_HOURS)
END as "WORKING_HOURS",
a.CREATE_NAME,
a.CREATE_NAME,
CASE WHEN a.type=0 THEN "派增-社保派单"
CASE WHEN a.type=0 THEN "派增-社保派单"
WHEN a.type =1 THEN "派增-无社保新签"
WHEN a.type =1 THEN "派增-无社保新签"
...
...
yifu-common/yifu-common-ekp/src/main/resources/ekpSalaryConfig.properties
View file @
0e83765e
ekp.url
=
http://192.168.0.228:8080/api/sys-modeling/appModelRestService/addModel
#
ekp.url=http://192.168.0.228:8080/api/sys-modeling/appModelRestService/addModel
#
ekp.url=http://36.7.147.19:28080/api/sys-modeling/appModelRestService/addModel
ekp.url
=
http://36.7.147.19:28080/api/sys-modeling/appModelRestService/addModel
ekp.fdModelId
=
181d7633ff8bc797276d0d3a54e80ad6
ekp.fdModelId
=
181d7633ff8bc797276d0d3a54e80ad6
ekp.fdFlowId
=
182b40249c1bc940d7226b941c7a4183
ekp.fdFlowId
=
182b40249c1bc940d7226b941c7a4183
ekp.docStatus
=
20
ekp.docStatus
=
20
...
...
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