|
@@ -232,7 +232,8 @@ public class GoodsServiceImpl implements GoodsService {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private GoodsModifyInfoDao goodsModifyInfoDao;
|
|
private GoodsModifyInfoDao goodsModifyInfoDao;
|
|
|
|
|
|
|
|
- private final ProductAttachService productAttachService;
|
|
|
|
|
|
|
+ @Autowired
|
|
|
|
|
+ private ProductAttachService productAttachService;
|
|
|
|
|
|
|
|
private final Logger logger = Logger.getLogger(getClass());
|
|
private final Logger logger = Logger.getLogger(getClass());
|
|
|
|
|
|