Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dataC_api
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
高宇
dataC_api
Commits
b8e2d699
Commit
b8e2d699
authored
Apr 24, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.导出Dto类
parent
3d163aaa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
5 deletions
+32
-5
RoleDto.java
src/main/java/org/rcisoft/bus/jnsp7xtm/entity/RoleDto.java
+2
-2
Jnsp7xtmDtoRepository.xml
...rces/mapper/bus/jnsp7xtm/mapper/Jnsp7xtmDtoRepository.xml
+1
-1
Jnsp7xtmRepository.xml
...sources/mapper/bus/jnsp7xtm/mapper/Jnsp7xtmRepository.xml
+29
-2
No files found.
src/main/java/org/rcisoft/bus/jnsp7xtm/entity/RoleDto.java
View file @
b8e2d699
...
...
@@ -48,8 +48,8 @@ public class RoleDto extends CyIdIncreEntity<RoleDto> {
@Excel
(
name
=
"fnq"
,
orderNum
=
"15"
,
width
=
20
)
private
String
fnq
;
@Excel
(
name
=
"l
tw
"
,
orderNum
=
"15"
,
width
=
20
)
private
String
l
24
;
@Excel
(
name
=
"l
24
"
,
orderNum
=
"15"
,
width
=
20
)
private
String
l
tw
;
@Excel
(
name
=
"yyydd"
,
orderNum
=
"16"
,
width
=
20
)
private
String
yydd
;
...
...
src/main/resources/mapper/bus/jnsp7xtm/mapper/Jnsp7xtmDtoRepository.xml
View file @
b8e2d699
...
...
@@ -53,7 +53,7 @@
<result
column=
"ddjsr"
property=
"ddjsr"
/>
<result
column=
"ddzdnq"
property=
"ddzdnq"
/>
<result
column=
"yydd"
property=
"yydd"
/>
<result
column=
"L24"
property=
"l
24
"
/>
<result
column=
"L24"
property=
"l
tw
"
/>
</resultMap>
<select
id=
"queryJnsp7xtmDtoByPaged"
resultMap=
"BaseResultMap"
>
SELECT
...
...
src/main/resources/mapper/bus/jnsp7xtm/mapper/Jnsp7xtmRepository.xml
View file @
b8e2d699
<?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=
"org.rcisoft.bus.jnsp7xtm.dao.Jnsp7xtmRepository"
>
<resultMap
id=
"roleResultMap"
type=
"org.rcisoft.bus.jnsp7xtm.entity.RoleDto"
>
<result
column=
"zd"
property=
"zd"
/>
<result
column=
"nqy"
property=
"nqy"
/>
<result
column=
"ddh"
property=
"ddh"
/>
<result
column=
"khdm"
property=
"khdm"
/>
<result
column=
"khm"
property=
"khm"
/>
<result
column=
"khqf"
property=
"khqf"
/>
<result
column=
"mksqf"
property=
"mksqf"
/>
<result
column=
"jlpm"
property=
"jlpm"
/>
<result
column=
"xslj"
property=
"xslj"
/>
<result
column=
"pn"
property=
"pn"
/>
<result
column=
"fzdm"
property=
"fzdm"
/>
<result
column=
"jypn"
property=
"jypn"
/>
<result
column=
"bz"
property=
"bz"
/>
<result
column=
"xsjg"
property=
"xsjg"
/>
<result
column=
"fnq"
property=
"fnq"
/>
<result
column=
"szzt"
property=
"szzt"
/>
<result
column=
"zzc"
property=
"zzc"
/>
<result
column=
"zzcg"
property=
"zzcg"
/>
<result
column=
"rmb"
property=
"rmb"
/>
<result
column=
"chzsa"
property=
"chzsa"
/>
<result
column=
"chzsb"
property=
"chzsb"
/>
<result
column=
"ddjsr"
property=
"ddjsr"
/>
<result
column=
"ddzdnq"
property=
"ddzdnq"
/>
<result
column=
"yydd"
property=
"yydd"
/>
<result
column=
"L24"
property=
"ltw"
/>
</resultMap>
<select
id=
"queryJnsp7xtmsPaged"
resultType=
"map"
>
select * from jnsp7xtm
...
...
@@ -901,7 +928,7 @@
ORDER BY month_order ASC
</select>
<select
id=
"getInformation"
result
Type=
"org.rcisoft.bus.jnsp7xtm.entity.RoleDto
"
>
<select
id=
"getInformation"
result
Map=
"roleResultMap
"
>
SELECT *
FROM jnsp7xtm d
WHERE khdm = #{entity.clickKhdm}
...
...
@@ -1082,7 +1109,7 @@
SELECT count(*)
from jnsp7xtm
</select>
<select
id=
"getAllInformation"
result
Type=
"org.rcisoft.bus.jnsp7xtm.entity.RoleDto
"
>
<select
id=
"getAllInformation"
result
Map=
"roleResultMap
"
>
SELECT *
FROM jnsp7xtm d
WHERE khdm = #{entity.clickKhdm}
...
...
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