Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
isoft_psa
Project
Project
Details
Activity
Releases
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
王飞
isoft_psa
Commits
794e595a
Commit
794e595a
authored
Apr 02, 2025
by
Mr.Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入职管理导出数据bug修复
parent
7e09edd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
EmploymentApprovalMapper.xml
...in/resources/mapper/approval/EmploymentApprovalMapper.xml
+2
-2
No files found.
ruoyi-psa/src/main/resources/mapper/approval/EmploymentApprovalMapper.xml
View file @
794e595a
...
...
@@ -115,12 +115,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"submissionTime != null "
>
and submission_time = #{submissionTime}
</if>
<if
test=
"updateTime != null "
>
and update_time = #{updateTime}
</if>
<if
test=
"processState != null and processState != ''"
>
and process_state = #{processState}
</if>
and current_node = 103
<if
test=
"currentNode != null and currentNode != ''"
>
and current_node = #{currentNode}
</if>
<if
test=
"currentResponsiblePerson != null and currentResponsiblePerson != ''"
>
and current_responsible_person = #{currentResponsiblePerson}
</if>
<if
test=
"isBorrowCompanyAssets != null and isBorrowCompanyAssets != ''"
>
and is_borrow_company_assets = #{isBorrowCompanyAssets}
</if>
<if
test=
"assetsName != null and assetsName != ''"
>
and assets_name = #{assetsName}
</if>
<if
test=
"serviceCompany != null and serviceCompany != ''"
>
and service_company = #{serviceCompany}
</if>
and employment_approval_state = 2
<if
test=
"employmentApprovalState != null and employmentApprovalState != ''"
>
and employment_approval_state = #{employmentApprovalState}
</if>
and is_draft = 1
<if
test=
"empId != null and empId != ''"
>
and emp_id = #{empId}
</if>
<if
test=
"userId != null and userId != ''"
>
and user_id = #{userId}
</if>
...
...
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