Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
47a81b90
Commit
47a81b90
authored
Jan 08, 2024
by
chenyuefang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
咨询机构合作记录
parent
7ca90fa8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
AdvisoryBodyBo.java
...src/main/java/com/dsk/cscec/domain/bo/AdvisoryBodyBo.java
+6
-0
AdvisoryBodyMapper.xml
...pi/src/main/resources/mapper/cscec/AdvisoryBodyMapper.xml
+9
-0
No files found.
dsk-module/dsk-biz-api/src/main/java/com/dsk/cscec/domain/bo/AdvisoryBodyBo.java
View file @
47a81b90
...
...
@@ -54,8 +54,14 @@ public class AdvisoryBodyBo extends BaseEntity {
/**
* 项目承接类型
*/
private
String
isinvestproject
;
/**
* 工程基础大类
*/
private
String
projectType1
;
/**
* 工程类别明细
*/
private
String
projectType2
;
}
dsk-module/dsk-biz-api/src/main/resources/mapper/cscec/AdvisoryBodyMapper.xml
View file @
47a81b90
...
...
@@ -57,6 +57,15 @@
</if>
</trim>
</if>
<if
test=
"bo.isinvestproject != null and bo.isinvestproject != ''"
>
and dp.isinvestproject = #{bo.isinvestproject}
</if>
<if
test=
"bo.projectType1 != null and bo.projectType1 != ''"
>
and dp.project_type1 = #{bo.projectType1}
</if>
<if
test=
"bo.projectType2 != null and bo.projectType2 != ''"
>
and dp.project_type2 = #{bo.projectType2}
</if>
</where>
order by dp.contract_sign_date desc
</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