|
|
|
|
|
|
246
|
.build();
|
246
|
.build();
|
|
247
|
int count = caseAttachMapper.save(caseAttach);
|
247
|
int count = caseAttachMapper.save(caseAttach);
|
|
248
|
if (count > 0 && annexType != null && annexType != 8) {
|
248
|
if (count > 0 && annexType != null && annexType != 8) {
|
|
249
|
- if (id != null) {
|
|
|
|
250
|
- //修改案件状态
|
|
|
|
251
|
- CaseApplication caseApplication = new CaseApplication();
|
|
|
|
252
|
- caseApplication.setId(id);
|
|
|
|
253
|
- caseApplication.setCaseStatus(4);
|
|
|
|
254
|
- caseApplicationMapper.submitCaseApplication(caseApplication);
|
|
|
|
255
|
- }
|
|
|
|
|
|
249
|
+// if (id != null) {
|
|
|
|
250
|
+// //修改案件状态
|
|
|
|
251
|
+// CaseApplication caseApplication = new CaseApplication();
|
|
|
|
252
|
+// caseApplication.setId(id);
|
|
|
|
253
|
+// caseApplication.setCaseStatus(4);
|
|
|
|
254
|
+// caseApplicationMapper.submitCaseApplication(caseApplication);
|
|
|
|
255
|
+// }
|
|
256
|
CaseAttach caseAttachselect = new CaseAttach();
|
256
|
CaseAttach caseAttachselect = new CaseAttach();
|
|
257
|
caseAttachselect.setAnnexId(caseAttach.getAnnexId());
|
257
|
caseAttachselect.setAnnexId(caseAttach.getAnnexId());
|
|
258
|
caseAttachselect.setAnnexName(caseAttach.getAnnexName());
|
258
|
caseAttachselect.setAnnexName(caseAttach.getAnnexName());
|