| | |
| | | @Override |
| | | public void insertListData(Integer id, List<LinkDetection> linkDetectionList) { |
| | | for (LinkDetection linkDetection:linkDetectionList){ |
| | | linkDetection.setInspectionStatus(2); |
| | | linkDetection.setLinkBasicId(id); |
| | | } |
| | | linkDetectionMapper.insertBatchSomeColumn(linkDetectionList); |
| | |
| | | AND d.`sample_name` like concat('%', #{sampleName}, '%') |
| | | </if> |
| | | <if test="entrusted != null and entrusted != null"> |
| | | AND l.`contacts` like concat('%', #{entrusted}, '%') |
| | | AND l.`entrusted` like concat('%', #{entrusted}, '%') |
| | | </if> |
| | | <if test="inspectionStatus != null and inspectionStatus != null"> |
| | | AND d.`inspection_status` = #{inspectionStatus} |