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
fc5be0ea
Commit
fc5be0ea
authored
Dec 26, 2023
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新字段key
parent
855e1cc2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
JgTransferNoticeController.java
.../module/jg/biz/controller/JgTransferNoticeController.java
+2
-2
equipment-registration-certificate-report.ftl
...s/templates/equipment-registration-certificate-report.ftl
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/controller/JgTransferNoticeController.java
View file @
fc5be0ea
...
...
@@ -166,9 +166,9 @@ public class JgTransferNoticeController extends BaseController {
map
.
put
(
"useUnitName"
,
"西安市高科物业服务有限公司"
);
// 使用单位名称
map
.
put
(
"fullAddress"
,
"西安市曲江新区春临东街南湖意境1单元2号楼"
);
// 设备使用地点
map
.
put
(
"equList"
,
"电梯"
);
// 设备种类
map
.
put
(
"equ
ip
Define"
,
"曳引驱动电梯"
);
// 设备品种
map
.
put
(
"equDefine"
,
"曳引驱动电梯"
);
// 设备品种
map
.
put
(
"equipCode"
,
""
);
// 设备代码
map
.
put
(
"equ
ip
Category"
,
"曳引电梯"
);
// 设备类别
map
.
put
(
"equCategory"
,
"曳引电梯"
);
// 设备类别
map
.
put
(
"useInnerCode"
,
"KY-9527"
);
// 单位内编号
map
.
put
(
"factoryNum"
,
"G60001"
);
// 产品编号
map
.
put
(
"receiveOrgName"
,
"西安市曲江新区质检院"
);
// 登记机关
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/resources/templates/equipment-registration-certificate-report.ftl
View file @
fc5be0ea
...
...
@@ -1572,7 +1572,7 @@
<w:spacing
w:val=
"-17"
/>
<w:lang
w:val=
"EN-US"
w:fareast=
"ZH-CN"
/>
</w:rPr>
<w:t>
${(equ
ip
Define)!''}
</w:t>
<w:t>
${(equDefine)!''}
</w:t>
</w:r>
</w:p>
<w:p>
...
...
@@ -1725,7 +1725,7 @@
<w:spacing
w:val=
"-17"
/>
<w:lang
w:val=
"EN-US"
w:fareast=
"ZH-CN"
/>
</w:rPr>
<w:t>
${(equ
ip
Category)!''}
</w:t>
<w:t>
${(equCategory)!''}
</w:t>
</w:r>
</w:p>
<w:p>
...
...
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