|
@@ -207,8 +207,7 @@ public class ReportCheckServiceImpl implements ReportCheckService {
|
|
|
apsReportRecordsService.update(new LambdaUpdateWrapper<ApsReportRecordsDo>().eq(ApsReportRecordsDo::getId, id)
|
|
|
.set(ApsReportRecordsDo::getCheckstatus, VERIFIED)
|
|
|
.set(ApsReportRecordsDo::getNeedcheckbatchnumber, ""));
|
|
|
- throw new CustomException("asdada");
|
|
|
- //return R.ok();
|
|
|
+ return R.ok();
|
|
|
}
|
|
|
|
|
|
/**
|