Commit c8227999 authored by dahai's avatar dahai

push

parent c7545bda
......@@ -42,7 +42,7 @@ public interface DeliveredFailedInfoMapper {
"sum(decode(DELIVERED_INFO.deal_state,0,1,0)) DELIVERED_FAILED_count \n" +
"from GREEN_PACKAGE_INFORMATION \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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment