old mode 100644
new mode 100755
| | |
| | | package com.java110.job.task.groupBuy; |
| | | |
| | | import com.java110.core.factory.GenerateCodeFactory; |
| | | import com.java110.dto.groupBuySetting.GroupBuySettingDto; |
| | | import com.java110.dto.groupBuy.GroupBuySettingDto; |
| | | import com.java110.dto.store.StoreDto; |
| | | import com.java110.dto.task.TaskDto; |
| | | import com.java110.intf.goods.IGroupBuyBatchInnerServiceSMO; |
| | |
| | | import com.java110.utils.util.Assert; |
| | | import com.java110.utils.util.DateUtil; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import com.java110.core.log.LoggerFactory; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | |
| | | |
| | | private static final int EXPIRE_IN = 7200; |
| | | |
| | | @Autowired |
| | | @Autowired(required = false) |
| | | private IGroupBuySettingInnerServiceSMO groupBuySettingInnerServiceSMOImpl; |
| | | |
| | | @Autowired |
| | | @Autowired(required = false) |
| | | private IGroupBuyBatchInnerServiceSMO groupBuyBatchInnerServiceSMOImpl; |
| | | |
| | | @Autowired |
| | | @Autowired(required = false) |
| | | private IGroupBuyProductInnerServiceSMO groupBuyProductInnerServiceSMOImpl; |
| | | |
| | | |