|
|
@ -716,7 +716,7 @@ public class IcEventServiceImpl extends BaseServiceImpl<IcEventDao, IcEventEntit |
|
|
|
} |
|
|
|
|
|
|
|
IcEventCategoryEntity icEventCategory = icEventCategoryService.getByEventId(formDTO.getIcEventId()); |
|
|
|
if (null == category) { |
|
|
|
if (null == category || StringUtils.isEmpty(icEventCategory.getId())) { |
|
|
|
icEventCategoryService.insert(categoryEntity); |
|
|
|
} else { |
|
|
|
categoryEntity.setId(icEventCategory.getId()); |
|
|
|