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
75fce46f
Commit
75fce46f
authored
Feb 25, 2021
by
hzc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
2c12ba63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
IndicatorsDefAuditMapper.xml
...in/resources/mybatis/mapping/IndicatorsDefAuditMapper.xml
+3
-2
No files found.
src/main/resources/mybatis/mapping/IndicatorsDefAuditMapper.xml
View file @
75fce46f
...
@@ -32,11 +32,11 @@
...
@@ -32,11 +32,11 @@
<select
id=
"selectByCatalogIdAndIndName"
resultType=
"com.keymobile.indicators.model.entity.indicators.BaseIndDefAudit"
<select
id=
"selectByCatalogIdAndIndName"
resultType=
"com.keymobile.indicators.model.entity.indicators.BaseIndDefAudit"
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
where status
!= 4
and ind_name=#{indName} and catalog_id = #{catalogId}
where status
in(2,3)
and ind_name=#{indName} and catalog_id = #{catalogId}
</select>
</select>
<select
id=
"getMaxIndId"
resultType=
"java.lang.String"
>
<select
id=
"getMaxIndId"
resultType=
"java.lang.String"
>
select (max(CAST(ind_id as SIGNED INTEGER))+1) as maxId
select (max(CAST(ind_id as SIGNED INTEGER))+1) as maxId
from base_ind_def
from base_ind_def
_audit
where ind_id like #{code} and LENGTH(ind_id)=#{length}
where ind_id like #{code} and LENGTH(ind_id)=#{length}
</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