package com.yeshi.fanli.service.impl.lable; import java.io.InputStream; import java.util.Date; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.UUID; import javax.annotation.Resource; import javax.transaction.Transactional; import jxl.Sheet; import jxl.Workbook; import org.springframework.cache.annotation.Cacheable; import org.springframework.stereotype.Service; import org.springframework.web.multipart.MultipartFile; import com.yeshi.fanli.dao.mybatis.lable.LabelClassMapper; import com.yeshi.fanli.dao.mybatis.lable.LabelGoodsMapper; import com.yeshi.fanli.dao.mybatis.lable.LabelMapper; import com.yeshi.fanli.entity.bus.lable.Label; import com.yeshi.fanli.entity.bus.lable.LabelGoods; import com.yeshi.fanli.entity.common.AdminUser; import com.yeshi.fanli.exception.LabelException; import com.yeshi.fanli.log.LogHelper; import com.yeshi.fanli.service.inter.lable.LabelService; import com.yeshi.fanli.util.StringUtil; import org.yeshi.utils.tencentcloud.COSManager; @Service public class LabelServiceImpl implements LabelService { @Resource private LabelMapper labelMapper; @Resource private LabelService labelService; @Resource private LabelGoodsMapper labelGoodsMapper; @Resource private LabelClassMapper labelClassMapper; @Override public int insertSelective(Label record) throws LabelException{ return labelMapper.insertSelective(record); } @Override @Transactional public void insertList(List