|
@@ -571,7 +571,7 @@ public class TrialDetectionController extends BladeController {
|
|
|
vo.setSupervisionUnit(contractInfo.getSupervisionUnitName());
|
|
|
vo.setLabName(contractInfo.getLaboratoryName());
|
|
|
vo.setContractName(contractInfo.getContractName());
|
|
|
- if (id != null && isReacquire) {
|
|
|
+ if (id != null && !isReacquire) {
|
|
|
TrialSelfInspectionRecord record = jdbcTemplate.query("select * from u_trial_self_inspection_record where id = " + id, new BeanPropertyRowMapper<>(TrialSelfInspectionRecord.class)).stream().findAny().orElse(null);
|
|
|
if (record != null) {
|
|
|
String baseInfo = record.getBaseInfo();
|