admin
2019-03-05 fcd45222f5577403ae7b23c20323fb2cce75a553
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserSystemCouponServiceImpl.java
@@ -1065,9 +1065,11 @@
      
      for (UserSystemCoupon userSystemCoupon: list) {
         // 激活
         userSystemCoupon.setStateActivated(1);
         userSystemCoupon.setUpdateTime(new Date());
         userSystemCouponMapper.updateByPrimaryKeySelective(userSystemCoupon);
         UserSystemCoupon update=new UserSystemCoupon();
         update.setId(userSystemCoupon.getId());
         update.setStateActivated(1);
         update.setUpdateTime(new Date());
         userSystemCouponMapper.updateByPrimaryKeySelective(update);
         
         Integer state = userSystemCoupon.getState();
         if (UserSystemCoupon.STATE_OVERDUE == state) {