|
@@ -92,8 +92,6 @@ public class ReportServiceImpl implements ReportService {
|
|
|
report.setId(incrementId.getId());
|
|
report.setId(incrementId.getId());
|
|
|
report.setCaseTakeId(caseTake.getId());
|
|
report.setCaseTakeId(caseTake.getId());
|
|
|
report.setStatus((short)1);
|
|
report.setStatus((short)1);
|
|
|
- if(report.getDescription()==null)
|
|
|
|
|
- report.setDescription(new JSONArray().toString());
|
|
|
|
|
reportDao.save(report);
|
|
reportDao.save(report);
|
|
|
|
|
|
|
|
reportPermissionService.uploadReport(vo.getWorkerId(),report.getId());
|
|
reportPermissionService.uploadReport(vo.getWorkerId(),report.getId());
|