Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chuanshan_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
chuanshan_gov_platform
Commits
db549d57
Commit
db549d57
authored
Apr 18, 2024
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单事项预审admin账号可以看所有数据
parent
47125fee
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
single-matter/src/main/java/com/mortals/xhx/common/utils/MatterHtmlParseUtil.java
...ava/com/mortals/xhx/common/utils/MatterHtmlParseUtil.java
+5
-5
single-matter/src/main/java/com/mortals/xhx/module/apply/service/impl/MatterApplyServiceImpl.java
...xhx/module/apply/service/impl/MatterApplyServiceImpl.java
+1
-1
No files found.
single-matter/src/main/java/com/mortals/xhx/common/utils/MatterHtmlParseUtil.java
View file @
db549d57
...
@@ -103,11 +103,11 @@ public class MatterHtmlParseUtil {
...
@@ -103,11 +103,11 @@ public class MatterHtmlParseUtil {
continue
;
continue
;
}
}
///////手动添加begin////
///////手动添加begin////
UrlBuilder
builder
=
UrlBuilder
.
ofHttp
(
href
,
CharsetUtil
.
CHARSET_UTF_8
);
//
UrlBuilder builder = UrlBuilder.ofHttp(href, CharsetUtil.CHARSET_UTF_8);
String
itemCode
=
builder
.
getQuery
().
get
(
"itemCode"
).
toString
();
//
String itemCode = builder.getQuery().get("itemCode").toString();
if
(!
itemCode
.
equals
(
"511A0026000015-510900000000-000-008490825-1-00"
)){
//
if(!itemCode.equals("511A0026000015-510900000000-000-008490825-1-00")){
continue
;
//
continue;
}
//
}
///////end////
///////end////
//抓取申请与评价页面地址
//抓取申请与评价页面地址
Element
nextElementSibling
=
element
.
nextElementSibling
();
Element
nextElementSibling
=
element
.
nextElementSibling
();
...
...
single-matter/src/main/java/com/mortals/xhx/module/apply/service/impl/MatterApplyServiceImpl.java
View file @
db549d57
...
@@ -136,7 +136,7 @@ public class MatterApplyServiceImpl extends AbstractCRUDServiceImpl<MatterApplyD
...
@@ -136,7 +136,7 @@ public class MatterApplyServiceImpl extends AbstractCRUDServiceImpl<MatterApplyD
}
}
if
(
context
!=
null
&&
context
.
getUser
()!=
null
){
if
(
context
!=
null
&&
context
.
getUser
()!=
null
){
String
loginName
=
context
.
getUser
().
getLoginName
();
String
loginName
=
context
.
getUser
().
getLoginName
();
if
(
loginName
.
equals
(
"
renl
in"
))
{
if
(
loginName
.
equals
(
"
adm
in"
))
{
params
.
setDeptCode
(
null
);
params
.
setDeptCode
(
null
);
}
}
}
}
...
...
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