Просмотр исходного кода

[A端][修复]:修复上一次提交编译问题

release_toaliyun_real
hupeng 7 лет назад
Родитель
Сommit
836e0ed243
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/java/com/simple/service/impl/WxCampaignServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/simple/service/impl/WxCampaignServiceImpl.java Просмотреть файл

@@ -77,7 +77,7 @@ public class WxCampaignServiceImpl implements WxCampaignService {
if (wxCouponChannels.size() > 0) { if (wxCouponChannels.size() > 0) {
for (WxCouponChannel ch : wxCouponChannels) { for (WxCouponChannel ch : wxCouponChannels) {
ch.setStatus(EnumCouponChannelStatus.STATUS_TAKE_OFFF.getCode()); ch.setStatus(EnumCouponChannelStatus.STATUS_TAKE_OFFF.getCode());
wxCouponChannels.get(i).setUpdateDate(new Date());
ch.setUpdateDate(new Date());
wxCouponChannelMapper.updateByPrimaryKeySelective(ch); wxCouponChannelMapper.updateByPrimaryKeySelective(ch);
} }
} }


Загрузка…
Отмена
Сохранить