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
8e1683e6
Commit
8e1683e6
authored
Sep 24, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jyjc): 报检规则4.0开发
1.咸阳时增加西咸新区
parent
934ca0d6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
BizCommonConstant.java
...n/amos/boot/module/jyjc/api/common/BizCommonConstant.java
+6
-0
JyjcInspectionApplicationServiceImpl.java
...iz/service/impl/JyjcInspectionApplicationServiceImpl.java
+6
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/common/BizCommonConstant.java
View file @
8e1683e6
...
...
@@ -92,6 +92,12 @@ public interface BizCommonConstant {
/**
* 行政区划-咸阳
*/
String
REGION_CODE_XY
=
"610400"
;
/**
* 空标识
*/
String
NONE
=
"none"
;
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/JyjcInspectionApplicationServiceImpl.java
View file @
8e1683e6
...
...
@@ -1879,6 +1879,12 @@ public class JyjcInspectionApplicationServiceImpl extends BaseService<JyjcInspec
regionModel
.
setRegionName
(
"雁塔区(除高新)"
);
}
});
}
else
if
(
BizCommonConstant
.
REGION_CODE_XY
.
equals
(
parentId
)){
// 咸阳时增加西咸新区下拉
RegionModel
regionModel
=
new
RegionModel
();
regionModel
.
setRegionCode
(
SpeRegionInfoEnum
.
XX
.
getCode
());
regionModel
.
setRegionName
(
SpeRegionInfoEnum
.
XX
.
getName
());
regionModels
.
add
(
regionModel
);
}
return
regionModels
;
}
...
...
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