|
|
|
@@ -587,6 +587,11 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
|
formId = payOrder.getPrepayId(); |
|
|
|
} |
|
|
|
|
|
|
|
if(StringUtils.isBlank(formId)) { |
|
|
|
logger.error("formId为空"); |
|
|
|
throw new MallinkException(ErrorCode.TEMPLATE_FORMID_NOT_FOUND); |
|
|
|
} |
|
|
|
|
|
|
|
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); |
|
|
|
String couponDetail = ""; |
|
|
|
if (coupon.getType() == EnumCouponType.COUPON_MANJIAN.getCode()) { |
|
|
|
|