gdg
2021-01-26 f5ccc7e9ca548c6bddf51ebe8e943fc09a3b2ff4
src/main/java/com/nanometer/smartlab/dao/OpeReagentStatusDao.xml
@@ -223,7 +223,6 @@
    from ope_reagent_status as oa
   <include refid="queryJoins3"/>
    where oa.valid_flag = 1
         and (oa.status = -1 or oa.status = 0 )
    <include refid="queryWhereSql3"/>
   <if   test="applyPerson != null and applyPerson != ''"  >
      and su.name like concat("%",#{applyPerson},"%")
@@ -263,7 +262,6 @@
   <include refid="queryJoins2"/>
   left  join sys_user su on su.id = oa.user_id
    where oa.valid_flag = 1
          and (oa.status = -1 or oa.status = 0 )
    <include refid="queryWhereSql2"/>
     <if   test="applyPerson != null and applyPerson != ''"  >
        and su.name like concat("%",#{applyPerson},"%")