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
9a64c0b7
Commit
9a64c0b7
authored
Jul 22, 2024
by
王果
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_tzs_register_to_0715' into…
Merge remote-tracking branch 'origin/develop_tzs_register_to_0715' into develop_tzs_register_to_0715
parents
85731866
eef7d863
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
11 deletions
+11
-11
DPSubServiceImpl.java
...s/boot/module/jyjc/biz/service/impl/DPSubServiceImpl.java
+3
-3
equip_1000.json
...t-module-jyjc-biz/src/main/resources/json/equip_1000.json
+1
-1
equip_2000.json
...t-module-jyjc-biz/src/main/resources/json/equip_2000.json
+1
-1
equip_3000.json
...t-module-jyjc-biz/src/main/resources/json/equip_3000.json
+1
-1
equip_4000.json
...t-module-jyjc-biz/src/main/resources/json/equip_4000.json
+1
-1
equip_5000.json
...t-module-jyjc-biz/src/main/resources/json/equip_5000.json
+1
-1
equip_6000.json
...t-module-jyjc-biz/src/main/resources/json/equip_6000.json
+1
-1
equip_8000.json
...t-module-jyjc-biz/src/main/resources/json/equip_8000.json
+1
-1
equip_9000.json
...t-module-jyjc-biz/src/main/resources/json/equip_9000.json
+1
-1
No files found.
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/DPSubServiceImpl.java
View file @
9a64c0b7
...
...
@@ -393,9 +393,9 @@ public class DPSubServiceImpl {
if
(!
ValidationUtil
.
isEmpty
(
value
))
{
JSONObject
attachmentUploadDatasObj
=
new
JSONObject
();
attachmentUploadDatasObj
.
put
(
"value"
,
value
);
String
accept
=
xObj
.
getString
(
"accept"
);
attachmentUploadDatasObj
.
put
(
"label"
,
JsonValueUtils
.
getValueByKey
(
xObj
,
"visualParams"
,
"visualParams.
label"
));
if
(
accept
.
contains
(
"doc"
)
||
accept
.
contains
(
"docx"
)
||
accept
.
contains
(
"pdf"
)
||
accept
.
contains
(
"xls"
)
||
accept
.
contains
(
"xlsx"
)){
String
accept
=
visualParams
.
getString
(
"accept"
);
attachmentUploadDatasObj
.
put
(
"label"
,
visualParams
.
getString
(
"
label"
));
if
(
accept
.
equals
(
".*"
)
||
accept
.
contains
(
"doc"
)
||
accept
.
contains
(
"docx"
)
||
accept
.
contains
(
"pdf"
)
||
accept
.
contains
(
"xls"
)
||
accept
.
contains
(
"xlsx"
)){
attachmentUploadDatasObj
.
put
(
"type"
,
"file"
);
}
else
if
(
accept
.
contains
(
"png"
)
||
accept
.
contains
(
"img"
)){
attachmentUploadDatasObj
.
put
(
"type"
,
"img"
);
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/resources/json/equip_1000.json
View file @
9a64c0b7
...
...
@@ -74,7 +74,7 @@
}
},
"visualParams"
:
{
"rowKey"
:
"
key
"
,
"rowKey"
:
"
sequenceNbr
"
,
"columns"
:
[
{
"dataRenderingMode"
:
"defaultText"
,
"dataIndex"
:
"sourceType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题主体类型"
,
"key"
:
"58E0E2F7-4F34-4C01-9AD6-777CABC1672F"
},
{
"dataRenderingMode"
:
"imageText"
,
"dataIndex"
:
"problemType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题类型"
,
"key"
:
"8ACDE41E-CAE3-4A27-82EF-8F7452164A66"
,
"imageAttributeName"
:
"problemTypePic"
},
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/resources/json/equip_2000.json
View file @
9a64c0b7
...
...
@@ -74,7 +74,7 @@
}
},
"visualParams"
:
{
"rowKey"
:
"
key
"
,
"rowKey"
:
"
sequenceNbr
"
,
"columns"
:
[
{
"dataRenderingMode"
:
"defaultText"
,
"dataIndex"
:
"sourceType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题主体类型"
,
"key"
:
"58E0E2F7-4F34-4C01-9AD6-777CABC1672F"
},
{
"dataRenderingMode"
:
"imageText"
,
"dataIndex"
:
"problemType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题类型"
,
"key"
:
"8ACDE41E-CAE3-4A27-82EF-8F7452164A66"
,
"imageAttributeName"
:
"problemTypePic"
},
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/resources/json/equip_3000.json
View file @
9a64c0b7
...
...
@@ -74,7 +74,7 @@
}
},
"visualParams"
:
{
"rowKey"
:
"
key
"
,
"rowKey"
:
"
sequenceNbr
"
,
"columns"
:
[
{
"dataRenderingMode"
:
"defaultText"
,
"dataIndex"
:
"sourceType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题主体类型"
,
"key"
:
"58E0E2F7-4F34-4C01-9AD6-777CABC1672F"
},
{
"dataRenderingMode"
:
"imageText"
,
"dataIndex"
:
"problemType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题类型"
,
"key"
:
"8ACDE41E-CAE3-4A27-82EF-8F7452164A66"
,
"imageAttributeName"
:
"problemTypePic"
},
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/resources/json/equip_4000.json
View file @
9a64c0b7
...
...
@@ -74,7 +74,7 @@
}
},
"visualParams"
:
{
"rowKey"
:
"
key
"
,
"rowKey"
:
"
sequenceNbr
"
,
"columns"
:
[
{
"dataRenderingMode"
:
"defaultText"
,
"dataIndex"
:
"sourceType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题主体类型"
,
"key"
:
"58E0E2F7-4F34-4C01-9AD6-777CABC1672F"
},
{
"dataRenderingMode"
:
"imageText"
,
"dataIndex"
:
"problemType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题类型"
,
"key"
:
"8ACDE41E-CAE3-4A27-82EF-8F7452164A66"
,
"imageAttributeName"
:
"problemTypePic"
},
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/resources/json/equip_5000.json
View file @
9a64c0b7
...
...
@@ -74,7 +74,7 @@
}
},
"visualParams"
:
{
"rowKey"
:
"
key
"
,
"rowKey"
:
"
sequenceNbr
"
,
"columns"
:
[
{
"dataRenderingMode"
:
"defaultText"
,
"dataIndex"
:
"sourceType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题主体类型"
,
"key"
:
"58E0E2F7-4F34-4C01-9AD6-777CABC1672F"
},
{
"dataRenderingMode"
:
"imageText"
,
"dataIndex"
:
"problemType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题类型"
,
"key"
:
"8ACDE41E-CAE3-4A27-82EF-8F7452164A66"
,
"imageAttributeName"
:
"problemTypePic"
},
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/resources/json/equip_6000.json
View file @
9a64c0b7
...
...
@@ -74,7 +74,7 @@
}
},
"visualParams"
:
{
"rowKey"
:
"
key
"
,
"rowKey"
:
"
sequenceNbr
"
,
"columns"
:
[
{
"dataRenderingMode"
:
"defaultText"
,
"dataIndex"
:
"sourceType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题主体类型"
,
"key"
:
"58E0E2F7-4F34-4C01-9AD6-777CABC1672F"
},
{
"dataRenderingMode"
:
"imageText"
,
"dataIndex"
:
"problemType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题类型"
,
"key"
:
"8ACDE41E-CAE3-4A27-82EF-8F7452164A66"
,
"imageAttributeName"
:
"problemTypePic"
},
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/resources/json/equip_8000.json
View file @
9a64c0b7
...
...
@@ -74,7 +74,7 @@
}
},
"visualParams"
:
{
"rowKey"
:
"
key
"
,
"rowKey"
:
"
sequenceNbr
"
,
"columns"
:
[
{
"dataRenderingMode"
:
"defaultText"
,
"dataIndex"
:
"sourceType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题主体类型"
,
"key"
:
"58E0E2F7-4F34-4C01-9AD6-777CABC1672F"
},
{
"dataRenderingMode"
:
"imageText"
,
"dataIndex"
:
"problemType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题类型"
,
"key"
:
"8ACDE41E-CAE3-4A27-82EF-8F7452164A66"
,
"imageAttributeName"
:
"problemTypePic"
},
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/resources/json/equip_9000.json
View file @
9a64c0b7
...
...
@@ -74,7 +74,7 @@
}
},
"visualParams"
:
{
"rowKey"
:
"
key
"
,
"rowKey"
:
"
sequenceNbr
"
,
"columns"
:
[
{
"dataRenderingMode"
:
"defaultText"
,
"dataIndex"
:
"sourceType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题主体类型"
,
"key"
:
"58E0E2F7-4F34-4C01-9AD6-777CABC1672F"
},
{
"dataRenderingMode"
:
"imageText"
,
"dataIndex"
:
"problemType"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"问题类型"
,
"key"
:
"8ACDE41E-CAE3-4A27-82EF-8F7452164A66"
,
"imageAttributeName"
:
"problemTypePic"
},
...
...
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