|
|
|
@ -6,7 +6,6 @@ import au.com.royalpay.payment.core.beans.OrderStatus;
|
|
|
|
|
import au.com.royalpay.payment.manage.custom.core.CustomService;
|
|
|
|
|
import au.com.royalpay.payment.manage.mappers.custom.CustomReportDetailsMapper;
|
|
|
|
|
import au.com.royalpay.payment.manage.mappers.custom.CustomReportsMapper;
|
|
|
|
|
import au.com.royalpay.payment.manage.mappers.payment.OrderMapper;
|
|
|
|
|
import au.com.royalpay.payment.tools.utils.PageListUtils;
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
@ -31,8 +30,6 @@ public class CustomServiceImpl implements CustomService {
|
|
|
|
|
private CustomReportsMapper customReportsMapper;
|
|
|
|
|
@Resource
|
|
|
|
|
private CustomReportDetailsMapper customReportDetailsMapper;
|
|
|
|
|
@Resource
|
|
|
|
|
private OrderMapper orderMapper;
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public JSONObject findOneWithDetail(String report_id) {
|
|
|
|
|