| | |
| | | <when test="status == 2 and project != null and project != ''"> |
| | | and sw.project like concat("%",#{project},"%") |
| | | </when> |
| | | <when test="status == 2 and labName != null and labName != ''"> |
| | | and sw.name like concat("%",#{labName},"%") |
| | | </when> |
| | | </choose> |
| | | order by oa.reagent_code asc |
| | | <if test="first != null and pageSize != null"> |
| | |
| | | <choose> |
| | | <when test="status == 2 and project != null and project != ''"> |
| | | and sw.project like concat("%",#{project},"%") |
| | | </when> |
| | | <when test="status == 2 and labName != null and labName != ''"> |
| | | and sw.name like concat("%",#{labName},"%") |
| | | </when> |
| | | </choose> |
| | | </select> |
| | |
| | | <when test="status == 2 and project != null and project != ''"> |
| | | and sw.project like concat("%",#{project},"%") |
| | | </when> |
| | | <when test="status == 2 and labName != null and labName != ''"> |
| | | and sw.name like concat("%",#{labName},"%") |
| | | </when> |
| | | </choose> |
| | | order by oa.reagent_code asc |
| | | </select> |