|
@@ -67,6 +67,7 @@ public class HotIconController extends BaseController{
|
|
|
HotIcon hotIcon = new HotIcon();
|
|
|
hotIcon.setIconTitle(iconTitle);
|
|
|
hotIcon.setIconUrl(iconUrl);
|
|
|
+ hotIcon.setCaseId(caseId);
|
|
|
hotIcon.setUserName(username);
|
|
|
if(StringUtils.isEmpty(hotIcon.getIconUrl())){
|
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|