Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
qianhe-ydsj
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangyun
qianhe-ydsj
Commits
d0159bf8
Commit
d0159bf8
authored
Nov 29, 2025
by
wangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2025-11-29 wj 修改
parent
821d4816
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
qianhe-ydsj/src/main/java/com/qianhe/controller/SjGfjsZsdwkhpjController.java
+44
-0
No files found.
qianhe-ydsj/src/main/java/com/qianhe/controller/SjGfjsZsdwkhpjController.java
View file @
d0159bf8
...
...
@@ -10,6 +10,7 @@ import com.qianhe.common.enums.BusinessType;
import
com.qianhe.common.exception.BusinessException
;
import
com.qianhe.common.utils.StringUtils
;
import
com.qianhe.domain.*
;
import
com.qianhe.mapper.SjGfjsYdjcjlMapper
;
import
com.qianhe.mapper.SjGfjsZdgzMapper
;
import
com.qianhe.mapper.SjGfjsZsdwwtcjMapper
;
import
com.qianhe.service.*
;
...
...
@@ -61,6 +62,8 @@ public class SjGfjsZsdwkhpjController extends BaseController
@Autowired
private
SjGfjsZdgzMapper
sjGfjsZdgzMapper
;
@Autowired
private
SjGfjsYdjcjlMapper
sjGfjsYdjcjlMapper
;
// @Autowired
// private SjGfjsFjxbzMapper sjGfjsFjxbzMapper;
...
...
@@ -598,4 +601,45 @@ public class SjGfjsZsdwkhpjController extends BaseController
}
//穿透 分档结果详情加穿透(考核周期时间内:基层单位录入的问题详情)。
@GetMapping
(
"/ctJclrwt"
)
public
Map
<
String
,
Object
>
ctJclrwt
(
SjGfjsZsdwkhpj
sjGfjsZsdwkhpj
)
{
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
Long
deptId
=
sjGfjsZsdwkhpj
.
getDeptId
();
String
nd
=
sjGfjsZsdwkhpj
.
getNd
();
String
zqfw
=
sjGfjsZsdwkhpj
.
getZqfw
();
String
startRq
=
null
;
String
endRq
=
null
;
if
(
"上半年"
.
equals
(
zqfw
)){
startRq
=
nd
+
"-01"
;
endRq
=
nd
+
"-06"
;
}
else
{
startRq
=
nd
+
"-01"
;
endRq
=
nd
+
"-12"
;
}
//查询问题
SjGfjsZsdwwtcj
sjGfjsZsdwwtcj
=
new
SjGfjsZsdwwtcj
();
sjGfjsZsdwwtcj
.
setDeptId
(
deptId
);
sjGfjsZsdwwtcj
.
setStartRq
(
startRq
);
sjGfjsZsdwwtcj
.
setEndRq
(
endRq
);
sjGfjsZsdwwtcj
.
setJcjb
(
"基层单位自查"
);
List
<
SjGfjsZsdwwtcj
>
sjGfjsZsdwwtcjs
=
sjGfjsYdjcjlMapper
.
selectSjGfjsZsdwwtcjList
(
sjGfjsZsdwwtcj
);
map
.
put
(
"code"
,
HttpStatus
.
SUCCESS
);
map
.
put
(
"msg"
,
"查询成功"
);
map
.
put
(
"khpjData"
,
sjGfjsZsdwwtcjs
);
return
map
;
}
}
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