|
@@ -182,7 +182,8 @@ public class ZEngiineeringPhotoServiceImpl implements IZEngiineeringPhotoService
|
|
if (dlIdList.size() != 0) {
|
|
if (dlIdList.size() != 0) {
|
|
baseMapper.deleteBatchIds(dlIdList);
|
|
baseMapper.deleteBatchIds(dlIdList);
|
|
|
|
|
|
- } else if (inList.size() != 0) {
|
|
|
|
|
|
+ }
|
|
|
|
+ if (inList.size() != 0) {
|
|
List<ZEngiineeringPhoto> photoList = new ArrayList();
|
|
List<ZEngiineeringPhoto> photoList = new ArrayList();
|
|
inList.stream().forEach(item -> {
|
|
inList.stream().forEach(item -> {
|
|
ZEngiineeringPhoto zEngiineeringPhoto1 = new ZEngiineeringPhoto();
|
|
ZEngiineeringPhoto zEngiineeringPhoto1 = new ZEngiineeringPhoto();
|