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
c07ec7b2
Commit
c07ec7b2
authored
Apr 09, 2024
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(JG):标志套打模版修改
parent
48a34901
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
JgUseRegistrationServiceImpl.java
...ule/jg/biz/service/impl/JgUseRegistrationServiceImpl.java
+3
-1
flag1-use-equip.ftl
...e-jg-biz/src/main/resources/templates/flag1-use-equip.ftl
+1
-1
use-flag-model-other.pdf
...biz/src/main/resources/templates/use-flag-model-other.pdf
+0
-0
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/service/impl/JgUseRegistrationServiceImpl.java
View file @
c07ec7b2
...
...
@@ -1436,7 +1436,9 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
useFlagParamDto
.
setEquListCode
(
registerInfo
.
getEquList
());
useFlagParamDto
.
setEquipCode
(
registerInfo
.
getEquCode
());
useFlagParamDto
.
setEquipCategory
(
exportParamsMap
.
get
(
"equCategory"
).
toString
());
useFlagParamDto
.
setEquipDefine
(
exportParamsMap
.
get
(
"equDefine"
)
==
null
?
""
:
exportParamsMap
.
get
(
"equDefine"
).
toString
());
useFlagParamDto
.
setEquipDefine
(
Optional
.
ofNullable
(
exportParamsMap
.
get
(
"equDefine"
))
.
orElse
(
exportParamsMap
.
get
(
"equCategory"
).
toString
())
.
toString
());
useFlagParamDto
.
setUseUnitName
(
exportParamsMap
.
get
(
"useUnitName"
).
toString
());
useFlagParamDto
.
setUseInnerCode
(
exportParamsMap
.
get
(
"useInnerCode"
).
toString
());
useFlagParamDto
.
setReceiveOrgName
(
useRegistration
.
getReceiveOrgName
());
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/resources/templates/flag1-use-equip.ftl
View file @
c07ec7b2
...
...
@@ -854,7 +854,7 @@
<w:sz
w:val=
"18"
/>
<w:sz-cs
w:val=
"18"
/>
</w:rPr>
<w:t>
${(equipDefine
!equipCategory
)}
</w:t>
<w:t>
${(equipDefine)}
</w:t>
</w:r>
</w:p>
</w:txbxContent>
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/resources/templates/use-flag-model-other.pdf
View file @
c07ec7b2
No preview for this file type
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