第三方产品信息异常问题(回滚)

dev
anthonywj 2 years ago
parent ad2a95e94c
commit 8e102c1659

@ -8,6 +8,7 @@ import lombok.Data;
import java.util.Date; import java.util.Date;
/** /**
* <p> * <p>
* *

@ -43,7 +43,6 @@ import java.util.List;
*/ */
@Slf4j @Slf4j
@Service @Service
@Transactional(rollbackFor = Exception.class)
public class ThrProductsServiceImpl extends ServiceImpl<ThrProductsDao, ThrProductsEntity> implements ThrProductsService { public class ThrProductsServiceImpl extends ServiceImpl<ThrProductsDao, ThrProductsEntity> implements ThrProductsService {
@Resource @Resource

Loading…
Cancel
Save