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
21c93758
Commit
21c93758
authored
Jul 15, 2024
by
王果
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
21026 【web端】监管业务>登记管理>单位变更登记,设备种类和办理日期筛选无效
parent
2f178e55
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
JgChangeRegistrationUnitDto.java
...s/boot/module/jg/api/dto/JgChangeRegistrationUnitDto.java
+3
-0
JgChangeRegistrationUnitMapper.xml
.../main/resources/mapper/JgChangeRegistrationUnitMapper.xml
+6
-0
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 @
21c93758
...
@@ -59,6 +59,9 @@ public class JgChangeRegistrationUnitDto extends BaseDto {
...
@@ -59,6 +59,9 @@ public class JgChangeRegistrationUnitDto extends BaseDto {
@JsonSerialize
(
using
=
BizCustomDateSerializer
.
class
)
@JsonSerialize
(
using
=
BizCustomDateSerializer
.
class
)
private
Date
auditPassDate
;
private
Date
auditPassDate
;
@ApiModelProperty
(
value
=
"列表搜索接收终审通过时间时使用"
)
private
String
auditPass
;
@ApiModelProperty
(
value
=
"备注"
)
@ApiModelProperty
(
value
=
"备注"
)
private
String
remark
;
private
String
remark
;
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgChangeRegistrationUnitMapper.xml
View file @
21c93758
...
@@ -34,12 +34,18 @@
...
@@ -34,12 +34,18 @@
<if
test=
"param.receiveCompanyCode != null and param.receiveCompanyCode != ''"
>
<if
test=
"param.receiveCompanyCode != null and param.receiveCompanyCode != ''"
>
AND isn.receive_company_code = #{param.receiveCompanyCode}
AND isn.receive_company_code = #{param.receiveCompanyCode}
</if>
</if>
<if
test=
"param.auditPass != null and param.auditPass != ''"
>
AND isn.audit_pass_date like concat('%',DATE_FORMAT(#{param.auditPass},'%Y-%m-%d'),'%')
</if>
<if
test=
"param.applicationDate != null and param.applicationDate != ''"
>
<if
test=
"param.applicationDate != null and param.applicationDate != ''"
>
AND isn.apply_date like concat('%',DATE_FORMAT(#{param.applicationDate},'%Y-%m-%d'),'%')
AND isn.apply_date like concat('%',DATE_FORMAT(#{param.applicationDate},'%Y-%m-%d'),'%')
</if>
</if>
<if
test=
"param.useRegistCode != null and param.useRegistCode != ''"
>
<if
test=
"param.useRegistCode != null and param.useRegistCode != ''"
>
AND isn.use_regist_code like concat('%',#{param.useRegistCode},'%')
AND isn.use_regist_code like concat('%',#{param.useRegistCode},'%')
</if>
</if>
<if
test=
"param.equListCode != null and param.equListCode != ''"
>
AND isn.equ_list_code like concat('%',#{param.equListCode},'%')
</if>
</if>
</if>
<if
test=
"type == 'supervision'"
>
<if
test=
"type == 'supervision'"
>
AND (isn.receive_org_code = #{orgCode} or isn.transfer_to_user_ids LIKE concat ( '%', #{currentUserId}, '%' ))
AND (isn.receive_org_code = #{orgCode} or isn.transfer_to_user_ids LIKE concat ( '%', #{currentUserId}, '%' ))
...
...
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