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
fea597b5
Commit
fea597b5
authored
Jun 17, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-合同自动化代码提交
parent
685a32c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
TEmployeeContractPre.java
...ud/plus/v1/yifu/archives/entity/TEmployeeContractPre.java
+1
-1
TEmployeeContractPreMapper.xml
.../src/main/resources/mapper/TEmployeeContractPreMapper.xml
+3
-4
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/entity/TEmployeeContractPre.java
View file @
fea597b5
...
...
@@ -71,7 +71,7 @@ public class TEmployeeContractPre extends BaseEntity {
@Schema
(
description
=
"前端客服登录名"
)
private
String
customerUserLoginname
;
@Schema
(
description
=
"签署方式
0线下签1
电子签"
)
@Schema
(
description
=
"签署方式
1线下签0
电子签"
)
private
String
signType
;
@Schema
(
description
=
"是否撤销签署0是1否"
)
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TEmployeeContractPreMapper.xml
View file @
fea597b5
...
...
@@ -127,7 +127,6 @@
a.SETTLEMENT_CYCLE,
a.PAYMENT_TIME,
a.PAYMENT_TYPE,
a.DISPATCH_PERIOD,
a.DISPATCH_PERIOD_START,
a.DISPATCH_PERIOD_END,
a.WORK_TYPE,
...
...
@@ -146,7 +145,7 @@
a.create_name,
a.create_time,
a.update_by,a.contract_term,a.sign_flag,a.error_info,a.contract_id,a.revoke_reason,
a.working_hours,a.working_reward,
DISPATCH_PERIOD_YEAR,
DISPATCH_PERIOD_MONTH
a.working_hours,a.working_reward,
a.DISPATCH_PERIOD_YEAR,a.
DISPATCH_PERIOD_MONTH
</sql>
<sql
id=
"tEmployeeContractPre_where"
>
<if
test=
"tEmployeeContractPre != null"
>
...
...
@@ -160,7 +159,7 @@
</foreach>
</if>
<if
test=
"tEmployeeContractPre.deptName != null and tEmployeeContractPre.deptName.trim() != ''"
>
AND a.dept_name like CONCAT('%',#{tEmployeeContractPre.dept
_n
ame},'%')
AND a.dept_name like CONCAT('%',#{tEmployeeContractPre.dept
N
ame},'%')
</if>
<if
test=
"tEmployeeContractPre.deptNo != null and tEmployeeContractPre.deptNo.trim() != ''"
>
AND a.dept_no = #{tEmployeeContractPre.deptNo}
...
...
@@ -211,7 +210,7 @@
AND a.sign_type = #{tEmployeeContractPre.signType}
</if>
<if
test=
"tEmployeeContractPre.fadadaTemplate != null and tEmployeeContractPre.fadadaTemplate.trim() != ''"
>
AND a.fadada_template like CONCAT('%',#{tEmployeeContractPre.fadada
_t
emplate},'%')
AND a.fadada_template like CONCAT('%',#{tEmployeeContractPre.fadada
T
emplate},'%')
</if>
<if
test=
"tEmployeeContractPre.dataSource != null and tEmployeeContractPre.dataSource.trim() != ''"
>
AND a.data_source = #{tEmployeeContractPre.dataSource}
...
...
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