|
|
|
@ -53,6 +53,7 @@ public class CaseContentServiceImpl extends BaseServiceImpl<CaseContentMapper, C
|
|
|
|
|
@Resource
|
|
|
|
|
private CaseContentForwardMapper caseContentForwardMapper;
|
|
|
|
|
private Logger logger = LogUtils.getPlatformLogger();
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 获取文章列表
|
|
|
|
|
*
|
|
|
|
@ -192,9 +193,8 @@ public class CaseContentServiceImpl extends BaseServiceImpl<CaseContentMapper, C
|
|
|
|
|
Long contentId = jsonObject.getLong("contentId");
|
|
|
|
|
JSONArray contentAttachmentJson = jsonObject.getJSONArray("contentAttachmentJson");
|
|
|
|
|
JSONArray contentMaterialJson = jsonObject.getJSONArray("contentMaterialJson");
|
|
|
|
|
logger.info("CKTEST"+ jsonObject.toJSONString());
|
|
|
|
|
System.out.println("CKTEST"+ jsonObject.toJSONString());
|
|
|
|
|
if (null == contentId) {
|
|
|
|
|
System.out.println("CKTEST"+jsonObject.toJSONString());
|
|
|
|
|
logger.info("CKTEST"+jsonObject.toJSONString());if (null == contentId) {
|
|
|
|
|
//新增
|
|
|
|
|
if (StringUtils.isBlank(contentTitle)) {
|
|
|
|
|
ajaxResult.setRetcode(AjaxResult.FAILED);
|
|
|
|
|