|
|
|
@ -72,6 +72,7 @@ public class HuiLianTongUnionCardConfig { |
|
|
|
|
* @throws Exception |
|
|
|
|
*/ |
|
|
|
|
public static JSONObject queryConsumptionRecordByBusiness(String businessType,String cardNo,Long sdate,Long edate,Integer page,Integer pageSize) throws Exception { |
|
|
|
|
try { |
|
|
|
|
Map<String,Object> dataMap = new HashMap<>(); |
|
|
|
|
dataMap.put("businessType", businessType); |
|
|
|
|
dataMap.put("cardNo", cardNo); |
|
|
|
@ -84,6 +85,10 @@ public class HuiLianTongUnionCardConfig { |
|
|
|
|
dataMap.put("edate", DateUtil.date2String(new Date(edate), "yyyy-MM-dd")); |
|
|
|
|
} |
|
|
|
|
return request("qtk/queryConsumptionRecordByBusiness", dataMap); |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.REQUEST_TIMED_OUT, ""); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|