李宇
2020-12-01 4529ef1ee6e55bee4417f854829ced8e0df0c99f
src/main/java/com/nanometer/smartlab/dao/SysReagentDao.xml
@@ -115,7 +115,7 @@
    <if test="name != null and name != ''">
      and sr.name like concat("%", #{name} ,"%")
    </if>
    <if test="type != null and type != ''">
    <if test="type != null">
      and sr.type = #{type}
    </if>
    ORDER BY sr.create_time desc
@@ -153,7 +153,7 @@
    <if test="name != null and name != ''">
        and sr.name like concat("%", #{name} ,"%")
    </if>
    <if test="type != null and type != ''">
    <if test="type != null">
      and sr.type = #{type}
    </if>