Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_beijing_auxiliary_YD
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
zhangyusheng
YX_IDENT_beijing_auxiliary_YD
Commits
edb9a18c
Commit
edb9a18c
authored
Apr 28, 2019
by
dahai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改保存数据核验报表详情
parent
73b15bff
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
TaskListApi.java
src/main/java/com/yxproject/start/api/TaskListApi.java
+0
-1
DataAuditingMapper.java
...n/java/com/yxproject/start/mapper/DataAuditingMapper.java
+2
-2
No files found.
src/main/java/com/yxproject/start/api/TaskListApi.java
View file @
edb9a18c
...
...
@@ -241,7 +241,6 @@ public class TaskListApi {
@RequestMapping
(
"createTask"
)
@Transactional
public
Map
<
String
,
Object
>
queryByCountyAtACCU
(
@RequestBody
String
str
,
HttpServletResponse
resp
)
{
System
.
out
.
println
(
str
);
JSONObject
jsonObject
=
JSONObject
.
fromObject
(
str
);
String
name
=
jsonObject
.
getString
(
"name"
);
JSONArray
jsonGroup
=
jsonObject
.
getJSONArray
(
"groupList"
);
...
...
src/main/java/com/yxproject/start/mapper/DataAuditingMapper.java
View file @
edb9a18c
...
...
@@ -18,9 +18,9 @@ public interface DataAuditingMapper {
public
boolean
saveDataAuditingEntity
(
DataAuditingEntity
dataAuditingEntity
);
@Select
(
"select substr(UPLOAD_NO,0,
6)||'000'
POLICE_SUBSTATION ,count(UPLOAD_NO) count from ACC_CARD_T@ACCU_LINK \n"
+
@Select
(
"select substr(UPLOAD_NO,0,
9)
POLICE_SUBSTATION ,count(UPLOAD_NO) count from ACC_CARD_T@ACCU_LINK \n"
+
"where ACCEPT_NO not in (select ACCEPT_NO from ACC_ERROR_INFO_T@ACCU_LINK) and substr(ACCEPT_NO,0,8) in (#{groupNo})\n"
+
"group by substr(UPLOAD_NO,0,
6
)"
)
"group by substr(UPLOAD_NO,0,
9
)"
)
public
List
<
Map
<
String
,
Object
>>
selectDataAuditingEntity
(
@Param
(
"groupNo"
)
String
groupNo
);
@Select
(
"select DATA_AUDITING.POLICE_SUBSTATION,sum(count),GAJG_DM.GAJG_MC from DATA_AUDITING \n"
+
...
...
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