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
0e4d13a7
Commit
0e4d13a7
authored
Jun 13, 2024
by
hubaoshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加 dcat
parent
9079406f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
Jnsp7xtmDqsj.java
...ava/org/rcisoft/bus/jnsp7xtmdqsj/entity/Jnsp7xtmDqsj.java
+2
-0
Jnsp7xtmDqsjMapper.xml
...ces/mapper/bus/jnsp7xtmdqsj/mapper/Jnsp7xtmDqsjMapper.xml
+7
-0
No files found.
src/main/java/org/rcisoft/bus/jnsp7xtmdqsj/entity/Jnsp7xtmDqsj.java
View file @
0e4d13a7
...
@@ -347,6 +347,8 @@ public class Jnsp7xtmDqsj extends CyIdIncreEntity {
...
@@ -347,6 +347,8 @@ public class Jnsp7xtmDqsj extends CyIdIncreEntity {
private
String
product
;
private
String
product
;
@Excel
(
name
=
"dqsjVersion"
,
orderNum
=
"42"
,
width
=
20
)
@Excel
(
name
=
"dqsjVersion"
,
orderNum
=
"42"
,
width
=
20
)
private
String
dqsjVersion
;
private
String
dqsjVersion
;
@Excel
(
name
=
"dcat"
,
orderNum
=
"43"
,
width
=
20
)
private
String
dcat
;
public
static
final
String
TERM_C
=
"C"
;
public
static
final
String
TERM_C
=
"C"
;
public
static
final
String
TERM_L
=
"L"
;
public
static
final
String
TERM_L
=
"L"
;
...
...
src/main/resources/mapper/bus/jnsp7xtmdqsj/mapper/Jnsp7xtmDqsjMapper.xml
View file @
0e4d13a7
...
@@ -54,6 +54,7 @@
...
@@ -54,6 +54,7 @@
<result
column=
"term1"
jdbcType=
"VARCHAR"
property=
"term1"
/>
<result
column=
"term1"
jdbcType=
"VARCHAR"
property=
"term1"
/>
<result
column=
"pn2"
jdbcType=
"VARCHAR"
property=
"pn2"
/>
<result
column=
"pn2"
jdbcType=
"VARCHAR"
property=
"pn2"
/>
<result
column=
"product"
jdbcType=
"VARCHAR"
property=
"product"
/>
<result
column=
"product"
jdbcType=
"VARCHAR"
property=
"product"
/>
<result
column=
"dcat"
jdbcType=
"VARCHAR"
property=
"dcat"
/>
<result
column=
"dqsj_version"
jdbcType=
"VARCHAR"
property=
"dqsjVersion"
/>
<result
column=
"dqsj_version"
jdbcType=
"VARCHAR"
property=
"dqsjVersion"
/>
</resultMap>
</resultMap>
...
@@ -257,6 +258,9 @@
...
@@ -257,6 +258,9 @@
<if
test=
"entity.dqsjVersion !=null and entity.dqsjVersion != '' "
>
<if
test=
"entity.dqsjVersion !=null and entity.dqsjVersion != '' "
>
and dqsj_version like concat('%',#{entity.dqsjVersion},'%')
and dqsj_version like concat('%',#{entity.dqsjVersion},'%')
</if>
</if>
<if
test=
"entity.dcat !=null and entity.dcat != '' "
>
and dcat like concat('%',#{entity.dcat},'%')
</if>
ORDER BY business_id DESC
ORDER BY business_id DESC
</select>
</select>
...
@@ -399,6 +403,9 @@
...
@@ -399,6 +403,9 @@
<if
test=
"entity.dqsjVersion !=null and entity.dqsjVersion != '' "
>
<if
test=
"entity.dqsjVersion !=null and entity.dqsjVersion != '' "
>
and dqsj_version like concat('%',#{entity.dqsjVersion},'%')
and dqsj_version like concat('%',#{entity.dqsjVersion},'%')
</if>
</if>
<if
test=
"entity.dcat !=null and entity.dcat != '' "
>
and dcat like concat('%',#{entity.dcat},'%')
</if>
ORDER BY business_id DESC
ORDER BY business_id DESC
</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