xhxu 5 лет назад
Родитель
Сommit
1488e32bc3
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/tt/impl/TtCouponServiceImpl.java

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

@@ -131,8 +131,8 @@ public class TtCouponServiceImpl implements TtCouponService {
ttc.setUpdateDate(new Date());
ttCouponMapper.insert(ttc);
}
ttCouponMapper.updateById(record);
}
ttCouponMapper.updateById(record);

return new ResultData();
}


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