Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
indicators
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
zhangkb
indicators
Commits
dfa8879e
Commit
dfa8879e
authored
Feb 25, 2021
by
hzc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试获取申请数据
parent
75fce46f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
IndicatorsDefAuditMapper.xml
...in/resources/mybatis/mapping/IndicatorsDefAuditMapper.xml
+3
-3
No files found.
src/main/resources/mybatis/mapping/IndicatorsDefAuditMapper.xml
View file @
dfa8879e
...
@@ -4,10 +4,10 @@
...
@@ -4,10 +4,10 @@
<sql
id=
"whereSql"
>
<sql
id=
"whereSql"
>
where 1=1
where 1=1
<if
test=
"userId!=null and userId!=''"
>
<if
test=
"userId!=null and userId!=''"
>
user_id= #{userId}
and
user_id= #{userId}
</if>
</if>
<if
test=
"statusArr!=null"
>
<if
test=
"statusArr!=null"
>
status in (
and
status in (
<foreach
collection=
"statusArr"
item=
"status"
>
<foreach
collection=
"statusArr"
item=
"status"
>
#{status}
#{status}
</foreach>
</foreach>
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
parameterType=
"com.keymobile.indicators.model.entity.indicators.BaseIndDefAuditParams"
>
parameterType=
"com.keymobile.indicators.model.entity.indicators.BaseIndDefAuditParams"
>
select * from base_ind_def_audit
select * from base_ind_def_audit
<include
refid=
"whereSql"
></include>
<include
refid=
"whereSql"
></include>
order by status asc
,update_time desc
order by status asc,update_time desc
limit #{offset}, #{size}
limit #{offset}, #{size}
</select>
</select>
...
...
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