Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ioc_sixiang_license
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
zengtianlai3
ioc_sixiang_license
Commits
35127506
Commit
35127506
authored
Feb 03, 2023
by
ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善查询使用记录列表
parent
33e0ea8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
PmsUseLogMapper.xml
license/src/main/resources/mapper/PmsUseLogMapper.xml
+7
-7
No files found.
license/src/main/resources/mapper/PmsUseLogMapper.xml
View file @
35127506
...
@@ -14,21 +14,21 @@
...
@@ -14,21 +14,21 @@
</foreach>
</foreach>
</if>
</if>
<if
test=
"startTime != null and startTime != ''"
>
<if
test=
"startTime != null and startTime != ''"
>
AND create_time
>
#{startTime}
AND
pms_use_log.
create_time
>
#{startTime}
</if>
</if>
<if
test=
"endTime != null and endTime != ''"
>
<if
test=
"endTime != null and endTime != ''"
>
AND create_time
<
#{endTime}
AND
pms_use_log.
create_time
<
#{endTime}
</if>
</if>
<if
test=
"null != sn and '' != sn"
>
<if
test=
"null != sn and '' != sn"
>
and sn like concat('%',#{sn},'%')
and
pms_use_log.
sn like concat('%',#{sn},'%')
</if>
</if>
<if
test=
"null != status and status == 0"
>
<if
test=
"null != status and status == 0"
>
and status = #{status}
and
pms_use_log.
status = #{status}
</if>
</if>
<if
test=
"null != status and status == 1"
>
<if
test=
"null != status and status == 1"
>
and (
status = #{status} or
status is null)
and (
pms_use_log.status = #{status} or pms_use_log.
status is null)
</if>
</if>
and deleted = 0
and
pms_use_log.
deleted = 0
order by create_time desc
order by
pms_use_log.
create_time desc
</select>
</select>
</mapper>
</mapper>
\ No newline at end of file
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