|
|
|
@@ -16,6 +16,8 @@ import com.iformall.mapper.*; |
|
|
|
import com.iformall.service.*; |
|
|
|
import com.iformall.utils.DateUtils; |
|
|
|
import com.iformall.utils.DownFileUtil; |
|
|
|
import org.slf4j.Logger; |
|
|
|
import org.slf4j.LoggerFactory; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
@@ -40,6 +42,8 @@ import static java.util.stream.Collectors.*; |
|
|
|
@Service |
|
|
|
public class WxOfflineActivityGrantAwardServiceImpl implements WxOfflineActivityGrantAwardService{ |
|
|
|
|
|
|
|
private static final Logger log = LoggerFactory.getLogger(WxOfflineActivityGrantAwardServiceImpl.class); |
|
|
|
|
|
|
|
@Autowired |
|
|
|
private WxOfflineActivityGrantAwardMapper wxOfflineActivityGrantAwardMapper; |
|
|
|
|
|
|
|
|