Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-enterprise
Overview
Overview
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
base_platform_enterprise
gic-platform-enterprise
Commits
03d2ba28
Commit
03d2ba28
authored
Feb 01, 2021
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审批工单接口修改
parent
06f6d5b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
TabAuditLogMapper.xml
...e-service/src/main/resources/mapper/TabAuditLogMapper.xml
+4
-1
No files found.
gic-platform-enterprise-service/src/main/resources/mapper/TabAuditLogMapper.xml
View file @
03d2ba28
...
...
@@ -318,10 +318,13 @@
and audit_expire_time
<
now()
and audit_result = 0
</if>
<if
test=
"auditResult
!= 3
"
>
<if
test=
"auditResult
== 0
"
>
and audit_result = #{auditResult}
and audit_expire_time >= now()
</if>
<if
test=
"auditResult != 0 and auditResult != 3"
>
and audit_result = #{auditResult}
</if>
</if>
<if
test=
"search != null and search != '' "
>
<if
test=
"searchType == 2"
>
...
...
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