|
@@ -575,6 +575,7 @@ public class TrialDetectionController extends BladeController {
|
|
|
EntrustInfo entrustInfo = jdbcTemplate.query("select * from u_entrust_info where id = " + entrustId, new BeanPropertyRowMapper<>(EntrustInfo.class)).stream().findAny().orElse(null);
|
|
|
if (entrustInfo != null) {
|
|
|
vo.setEntrustNo(entrustInfo.getEntrustNo());
|
|
|
+ vo.setEntrustId(entrustInfo.getId());
|
|
|
}
|
|
|
}
|
|
|
List<TrialSelfSample> selfSampleList = jdbcTemplate.query("select * from u_trial_self_sample where self_id = " + id, new BeanPropertyRowMapper<>(TrialSelfSample.class));
|