|
|
|
@@ -570,6 +570,13 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
return new ResultData(result); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public ResultData applyHistoryForCoupon(Long couponId, String tenantId) { |
|
|
|
|
|
|
|
|
|
|
|
return null; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public ResultData getTaskStatusList(Long businessId, String tenantId) { |
|
|
|
List<WxFlowRecord> resultList = wxFlowRecordService.findList(new WxFlowRecord(businessId,tenantId)); |
|
|
|
|