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
7ef8bebf
Commit
7ef8bebf
authored
Sep 05, 2019
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
将DBLINK更新用户名
parent
c3a281c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PoliceStationApplyReasonMapper.java
...xproject/start/mapper/PoliceStationApplyReasonMapper.java
+1
-1
No files found.
src/main/java/com/yxproject/start/mapper/PoliceStationApplyReasonMapper.java
View file @
7ef8bebf
...
...
@@ -15,7 +15,7 @@ import java.util.List;
public
interface
PoliceStationApplyReasonMapper
{
@Select
(
"SELECT SUBSTR(B.UPLOAD_NO,0,9) police_station_code,B.DRAW_TYPE,count(b.UPLOAD_NO) apply_count from GROUP_NO a\n"
+
" LEFT JOIN PROD_
APPLY_INFO_T@prod
YD_LINK b ON a.GROUP_NO=substr(b.ACCEPT_NO,0,8)\n"
+
" LEFT JOIN PROD_
DBA.PROD_APPLY_INFO_T@PROD
YD_LINK b ON a.GROUP_NO=substr(b.ACCEPT_NO,0,8)\n"
+
"WHERE TASK_ID=#{taskId} GROUP BY SUBSTR(B.UPLOAD_NO,0,9),B.DRAW_TYPE"
)
public
List
<
PoliceApplyCountDto
>
getPoliceStationApplyReason
(
@Param
(
"taskId"
)
String
taskId
);
...
...
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