|
|
|
@ -4840,7 +4840,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
} |
|
|
|
//项目处理意见图片保存
|
|
|
|
if (CollectionUtils.isNotEmpty(formDTO.getHandleImages())) { |
|
|
|
imgService.saveImages(formDTO.getHandleImages(), handleProcessEntity.getId(), ImageConstant.TYPE_IMAGE_ITEM_OUT_HANDLE); |
|
|
|
imgService.saveImages(formDTO.getHandleImages(), handleProcessEntity.getId(), ImageConstant.TYPE_IMAGE_ITEM_HANDLE); |
|
|
|
} |
|
|
|
// 更新项目最后一次处理时间
|
|
|
|
ItemEntity itemEntity = new ItemEntity(); |
|
|
|
|