|
|
@@ -196,7 +196,7 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
record.setUpdateDate(new Date()); |
|
|
record.setUpdateDate(new Date()); |
|
|
wxCouponMapper.updateByPrimaryKeySelective(record); |
|
|
wxCouponMapper.updateByPrimaryKeySelective(record); |
|
|
} |
|
|
} |
|
|
return new ResultData(); |
|
|
|
|
|
|
|
|
return new ResultData(record.getId()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
|