Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
7971480c
Commit
7971480c
authored
Apr 23, 2024
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):单位变更列表查询修改
parent
82aa73a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
JgChangeRegistrationUnitDto.java
...s/boot/module/jg/api/dto/JgChangeRegistrationUnitDto.java
+3
-0
JgChangeRegistrationUnitMapper.xml
.../main/resources/mapper/JgChangeRegistrationUnitMapper.xml
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/dto/JgChangeRegistrationUnitDto.java
View file @
7971480c
...
...
@@ -39,6 +39,9 @@ public class JgChangeRegistrationUnitDto extends BaseDto {
@JsonSerialize
(
using
=
BizCustomDateSerializer
.
class
)
private
Date
applyDate
;
@ApiModelProperty
(
value
=
"列表搜索接收申请日期时使用"
)
private
String
applicationDate
;
@ApiModelProperty
(
value
=
"办理状态"
)
private
String
auditStatus
;
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgChangeRegistrationUnitMapper.xml
View file @
7971480c
...
...
@@ -63,8 +63,8 @@
<if
test=
"param.receiveCompanyCode != null and param.receiveCompanyCode != ''"
>
AND isn.receive_company_code = #{param.receiveCompanyCode}
</if>
<if
test=
"param.appl
yDate != null and param.apply
Date != ''"
>
AND isn.apply_date like concat('%',DATE_FORMAT(#{param.appl
y
Date},'%Y-%m-%d'),'%')
<if
test=
"param.appl
icationDate != null and param.application
Date != ''"
>
AND isn.apply_date like concat('%',DATE_FORMAT(#{param.appl
ication
Date},'%Y-%m-%d'),'%')
</if>
<if
test=
"param.useRegistCode != null and param.useRegistCode != ''"
>
AND isn.use_regist_code like concat('%',#{param.useRegistCode},'%')
...
...
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