|
|
|
@@ -169,7 +169,7 @@ public class WxCouponOrderController extends BaseController { |
|
|
|
wxCouponOrderCVo.setAutoRefund(wxCouponCVo.getAutoRefund()); |
|
|
|
|
|
|
|
wxCouponOrderCVo.setPickStartDate(wxCouponCVo.getPickStartDate()); |
|
|
|
wxCouponOrderCVo.setPickEndDate(wxCouponCVo.getPickStartDate()); |
|
|
|
wxCouponOrderCVo.setPickEndDate(wxCouponCVo.getPickEndDate()); |
|
|
|
|
|
|
|
Date now = new Date(); |
|
|
|
if (wxCouponOrderCVo.getValidStartDate() != null && wxCouponOrderCVo.getValidEndDate() != null |
|
|
|
|