|
|
@ -690,7 +690,7 @@ public class StudyFormApplyServiceImpl extends ServiceImpl |
|
|
baseMapper.updateBdnr(form.getId(), form.getBdnr(), bdnr.getLong("syId"), bdnr.getLong("bmId"), bdnr.getLong("sdId"), bdnr.getString("sywzmc"), bdnr.getString("xynd"), bdnr.getDate("xysj")); |
|
|
baseMapper.updateBdnr(form.getId(), form.getBdnr(), bdnr.getLong("syId"), bdnr.getLong("bmId"), bdnr.getLong("sdId"), bdnr.getString("sywzmc"), bdnr.getString("xynd"), bdnr.getDate("xysj")); |
|
|
} |
|
|
} |
|
|
//稽查轨迹 |
|
|
//稽查轨迹 |
|
|
if (StringUtils.isNoneBlank(form.getFiledValue())) { |
|
|
|
|
|
|
|
|
if (StringUtils.isNoneBlank(form.getFiledValue())&&!"null".equals(form.getFiledValue())) { |
|
|
StudyFormApply studyFormApplyOld = this.getById(form.getId()); |
|
|
StudyFormApply studyFormApplyOld = this.getById(form.getId()); |
|
|
JSONArray jsonArray = JSONArray.parseArray(form.getFiledValue()); |
|
|
JSONArray jsonArray = JSONArray.parseArray(form.getFiledValue()); |
|
|
List<StudyFormApplyJcgj> studyFormApplyJcgjs = new ArrayList<>(); |
|
|
List<StudyFormApplyJcgj> studyFormApplyJcgjs = new ArrayList<>(); |
|
|
|