|
|
|
@ -554,7 +554,7 @@ public class StudyFormApplyServiceImpl extends ServiceImpl |
|
|
|
formDataEn.put("意见回复", jsonObject.getString("content")); |
|
|
|
studyFormApplyJcgjs.add(studyFormApplyJcgjService.getJcgj(form.getId(), JcgjlxEnum.lc.getValue(), "意见回复", JcmcysEnum.blue.getValue(), JctUtil.formatStr(formData), StudyFormUtil.getJcnrEn(formDataEn), qmr, null)); |
|
|
|
} else { |
|
|
|
JSONObject jsonObject = JSONObject.parseObject(form.getReplay()); |
|
|
|
JSONObject jsonObject = JSONObject.parseObject(form.getReply()); |
|
|
|
//zh |
|
|
|
formData.put("字段名", jsonObject.getString("fieldCn")); |
|
|
|
formData.put("复核意见", jsonObject.getString("content")); |
|
|
|
|