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
c8227999
Commit
c8227999
authored
Jul 02, 2019
by
dahai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
c7545bda
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
DeliveredFailedInfoMapper.java
...com/yxproject/start/mapper/DeliveredFailedInfoMapper.java
+1
-1
No files found.
src/main/java/com/yxproject/start/mapper/DeliveredFailedInfoMapper.java
View file @
c8227999
...
@@ -42,7 +42,7 @@ public interface DeliveredFailedInfoMapper {
...
@@ -42,7 +42,7 @@ public interface DeliveredFailedInfoMapper {
"sum(decode(DELIVERED_INFO.deal_state,0,1,0)) DELIVERED_FAILED_count \n"
+
"sum(decode(DELIVERED_INFO.deal_state,0,1,0)) DELIVERED_FAILED_count \n"
+
"from GREEN_PACKAGE_INFORMATION \n"
+
"from GREEN_PACKAGE_INFORMATION \n"
+
"left join DELIVERED_INFO on GREEN_PACKAGE_INFORMATION.WAYBILL_NUMBER = DELIVERED_INFO.WAYBILL_NUMBER \n"
+
"left join DELIVERED_INFO on GREEN_PACKAGE_INFORMATION.WAYBILL_NUMBER = DELIVERED_INFO.WAYBILL_NUMBER \n"
+
"where 1=1 and
to_char(RECEIPT_DATE,'yyyyMMdd')
BETWEEN #{startDate} and #{endDate} group by RECEIPT_DATE"
+
"where 1=1 and
RECEIPT_DATE,'yyyyMMdd'
BETWEEN #{startDate} and #{endDate} group by RECEIPT_DATE"
+
""
)
""
)
public
List
<
Map
<
String
,
Object
>>
selectReport
(
@Param
(
"startDate"
)
String
startDate
,
@Param
(
"endDate"
)
String
endDate
);
public
List
<
Map
<
String
,
Object
>>
selectReport
(
@Param
(
"startDate"
)
String
startDate
,
@Param
(
"endDate"
)
String
endDate
);
...
...
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