Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-api
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
poc
poc-api
Commits
f86af426
Commit
f86af426
authored
Aug 15, 2025
by
R10
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
智写-文书下载hardcode一个link
parent
b1118ff5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
31 deletions
+19
-31
MotorVehicleDrivingComplaint.java
...ategy/extractEntityType/MotorVehicleDrivingComplaint.java
+19
-31
No files found.
src/main/java/cn/com/poc/law/extractEntityStrategy/extractEntityType/MotorVehicleDrivingComplaint.java
View file @
f86af426
...
...
@@ -230,43 +230,31 @@ public class MotorVehicleDrivingComplaint implements ExtractEntityStrategy {
MotorVehicleDrivingComplaintEntity
motorVehicleDrivingComplaintEntity
=
(
MotorVehicleDrivingComplaintEntity
)
dto
;
String
templateFileUrl
=
"https://gsst-poe-sit.gz.bcebos.com/v1/%E6%B0%91%E9%97%B4%E5%80%9F%E8%B4%B7%E7%BA%A0%E7%BA%B7%E6%B0%91%E4%BA%8B%E8%B5%B7%E8%AF%89%E7%8A%B6.docx"
;
//
MotorVehicleDrivingComplaintDownload
motorVehicleDrivingComplaintDownload
=
new
MotorVehicleDrivingComplaintDownload
();
motorVehicleDrivingComplaintDownload
.
setItem
(
new
MotorVehicleDrivingComplaintItem
[
0
]);
MotorVehicleDrivingComplaintItem
motorVehicleDrivingComplaintItem
=
new
MotorVehicleDrivingComplaintItem
();
motorVehicleDrivingComplaintItem
.
setKey
(
"check"
);
motorVehicleDrivingComplaintItem
.
setValue
(
new
String
[]{
motorVehicleDrivingComplaintEntity
.
getAgent
().
getAgentAuthority
()});
motorVehicleDrivingComplaintItem
.
setType
(
"checkbox"
);
motorVehicleDrivingComplaintItem
.
setOptions
(
new
String
[]{
"国有控股"
,
"国有参股"
,
"民营"
});
Map
<
String
,
String
>
plaintiffMap
=
new
HashMap
<>();
plaintiffMap
.
put
(
"男"
,
"☑"
);
plaintiffMap
.
put
(
"女"
,
"□"
);
// String templateFileUrl = "https://gsst-poe-sit.gz.bcebos.com/v1/%E6%B0%91%E9%97%B4%E5%80%9F%E8%B4%B7%E7%BA%A0%E7%BA%B7%E6%B0%91%E4%BA%8B%E8%B5%B7%E8%AF%89%E7%8A%B6.docx";
// //
//
// MotorVehicleDrivingComplaintDownload motorVehicleDrivingComplaintDownload = new MotorVehicleDrivingComplaintDownload();
// motorVehicleDrivingComplaintDownload.setItem(new MotorVehicleDrivingComplaintItem[0]);
//
//
// MotorVehicleDrivingComplaintItem motorVehicleDrivingComplaintItem = new MotorVehicleDrivingComplaintItem();
// motorVehicleDrivingComplaintItem.setKey("check");
// motorVehicleDrivingComplaintItem.setValue(new String[]{motorVehicleDrivingComplaintEntity.getAgent().getAgentAuthority()});
// motorVehicleDrivingComplaintItem.setType("checkbox");
// motorVehicleDrivingComplaintItem.setOptions(new String[]{"国有控股","国有参股","民营"});
//
//
// Map<String,String> plaintiffMap = new HashMap<>();
// plaintiffMap.put("男","☑");
// plaintiffMap.put("女","□");
// MotorVehicleDrivingComplaintItem plaintiffNameMotorVehicleDrivingComplaintItem = builderText("plaintiffName", new String[]{plaintiff.getPlaintiffName()});
// MotorVehicleDrivingComplaintItem plaintiffGenderMotorVehicleDrivingComplaintItem = builderText("plaintiffGender", new String[]{plaintiff.getPlaintiffGender()});
// MotorVehicleDrivingComplaintItem plaintiffDobMotorVehicleDrivingComplaintItem = builderText("plaintiffDob", new String[]{plaintiff.getPlaintiffDob()});
// MotorVehicleDrivingComplaintItem plaintiffEthnicityMotorVehicleDrivingComplaintItem = builderText("plaintiffEthnicity", new String[]{plaintiff.getPlaintiffEthnicity()});
motorVehicleDrivingComplaintDownload
.
setFilePath
(
""
);
return
null
;
// motorVehicleDrivingComplaintDownload.setFilePath("");
return
"https://gsst-poe-sit.gz.bcebos.com/v1/%E6%B0%91%E9%97%B4%E5%80%9F%E8%B4%B7%E7%BA%A0%E7%BA%B7%E6%B0%91%E4%BA%8B%E8%B5%B7%E8%AF%89%E7%8A%B6.docx"
;
}
private
MotorVehicleDrivingComplaintItem
builderText
(
String
boxName
,
String
[]
boxValue
)
{
...
...
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