|
@@ -174,6 +174,7 @@ public class GiftCouponPropertyCmd extends Cmd{
|
|
|
couponPropertyUserPo.setStartTime(DateUtil.getNow(DateUtil.DATE_FORMATE_STRING_B));
|
|
couponPropertyUserPo.setStartTime(DateUtil.getNow(DateUtil.DATE_FORMATE_STRING_B));
|
|
|
// todo 充点券 同步物联网
|
|
// todo 充点券 同步物联网
|
|
|
if(CouponPropertyUserDto.TO_TYPE_CHARGE.equals(couponPropertyPoolDtos.get(0).getToType())){
|
|
if(CouponPropertyUserDto.TO_TYPE_CHARGE.equals(couponPropertyPoolDtos.get(0).getToType())){
|
|
|
|
|
+ couponPropertyUserPo.setValue(couponPropertyPoolConfigDtos.get(0).getColumnValue());
|
|
|
// todo 优惠券写到物联网系统
|
|
// todo 优惠券写到物联网系统
|
|
|
iotInnerServiceSMOImpl.sendChargeCoupon(couponPropertyUserPo);
|
|
iotInnerServiceSMOImpl.sendChargeCoupon(couponPropertyUserPo);
|
|
|
}else{
|
|
}else{
|