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
7f5c3acb
Commit
7f5c3acb
authored
Mar 15, 2024
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.使用标志开发
2.登记证普通打印地点字段加长模板
parent
f45ba334
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
1 deletion
+2
-1
JgUseRegistrationMapper.xml
...api/src/main/resources/mapper/JgUseRegistrationMapper.xml
+1
-0
CommonController.java
.../amos/boot/module/jg/biz/controller/CommonController.java
+1
-1
equipment-registration-certificate-report.ftl
...s/templates/equipment-registration-certificate-report.ftl
+0
-0
flag1-use-equip.ftl
...e-jg-biz/src/main/resources/templates/flag1-use-equip.ftl
+0
-0
flag2-use-equip.ftl
...e-jg-biz/src/main/resources/templates/flag2-use-equip.ftl
+0
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgUseRegistrationMapper.xml
View file @
7f5c3acb
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
other.CODE96333 code96333,
other.CODE96333 code96333,
ur.receive_org_name as receiveOrgName,
ur.receive_org_name as receiveOrgName,
(SELECT name from tz_equipment_category where code = jri.EQU_CATEGORY) as equCategory,
(SELECT name from tz_equipment_category where code = jri.EQU_CATEGORY) as equCategory,
jri.EQU_CATEGORY as equCategoryCode,
jri.PRODUCT_NAME as productName,
jri.PRODUCT_NAME as productName,
jri.EQU_CODE as equCode,
jri.EQU_CODE as equCode,
jri.EQU_LIST as equList,
jri.EQU_LIST as equList,
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/controller/CommonController.java
View file @
7f5c3acb
...
@@ -388,7 +388,7 @@ public class CommonController extends BaseController {
...
@@ -388,7 +388,7 @@ public class CommonController extends BaseController {
private
UseFlagParamDto
buildUseFlagParam
(){
private
UseFlagParamDto
buildUseFlagParam
(){
UseFlagParamDto
useFlagParamDto
=
new
UseFlagParamDto
();
UseFlagParamDto
useFlagParamDto
=
new
UseFlagParamDto
();
useFlagParamDto
.
setEquList
(
"设备种类名称"
);
useFlagParamDto
.
setEquList
(
"设备种类名称"
);
useFlagParamDto
.
setEquListCode
(
"
0
000"
);
useFlagParamDto
.
setEquListCode
(
"
6
000"
);
useFlagParamDto
.
setEquipCode
(
"10001101"
);
useFlagParamDto
.
setEquipCode
(
"10001101"
);
// useFlagParamDto.setEquipDefine("设备品种");
// useFlagParamDto.setEquipDefine("设备品种");
useFlagParamDto
.
setUseUnitName
(
"使用单位名称"
);
useFlagParamDto
.
setUseUnitName
(
"使用单位名称"
);
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/resources/templates/equipment-registration-certificate-report.ftl
View file @
7f5c3acb
This diff is collapsed.
Click to expand it.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/resources/templates/flag1-use-equip.ftl
View file @
7f5c3acb
This diff is collapsed.
Click to expand it.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/resources/templates/flag2-use-equip.ftl
View file @
7f5c3acb
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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