Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-health-science
Project
Project
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
徐俊
yn-health-science
Commits
2b2a4a1e
Commit
2b2a4a1e
authored
Dec 04, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
7dd1f1d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
ComProjectKpitDetailDAO.xml
...min/src/main/resources/mapper/ComProjectKpitDetailDAO.xml
+14
-0
No files found.
science-admin/src/main/resources/mapper/ComProjectKpitDetailDAO.xml
0 → 100644
View file @
2b2a4a1e
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yiboshi.science.dao.ComProjectKpitDAO"
>
<sql
id=
"allColumns"
>
t.id, t.kpit_id, t.kpit_name, t.object_id, t.one_level_name, t.tow_level_name, t.target_value, t.performance_standard,
t.year_value1, t.year_value2, t.year_value3, t.display_order, t.one_display,
t.tow_display, t.one_row_span, t.tow_row_span, t.created, t.updated
</sql>
<select
id=
"getProjectKpitDetail"
parameterType=
"java.lang.String"
resultType=
"com.yiboshi.science.param.dto.ComProjectKpitDetailDTO"
>
select * from com_project_kpit_detail where object_id = #{projId} order by type_id, id
</select>
</mapper>
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