Authored by chenchao

add skup

... ... @@ -60,6 +60,7 @@ public class SecondhandProductServiceImpl implements SecondhandProductService {
for(SecondhandImagesBo bo : imageList) {
SecondhandImages image = new SecondhandImages();
BeanUtils.copyProperties(bo, image);
image.setSkup(skup);
list.add(image);
}
int num = secondhandImagesMapper.insertBatch(list);
... ...