|
|
|
@@ -553,7 +553,7 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
WxCoupon query = new WxCoupon(); |
|
|
|
query.setTenantId(tenantId); |
|
|
|
query.setId(businessId); |
|
|
|
List<WxCoupon> couponList = wxCouponMapper.findCouponList(query); |
|
|
|
List<WxCoupon> couponList = wxCouponMapper.findList(query); |
|
|
|
if(CollectionUtils.isNotEmpty(couponList)) { |
|
|
|
WxCoupon coupon = couponList.get(0); |
|
|
|
result = wxFlowRecordService.findList(new WxFlowRecord(businessId,tenantId,coupon.getApprovalType())); |
|
|
|
|