gdg
2020-11-27 68d900566cb730e35d46938592f008c0d5cee198
Integer=0的bug修改
已修改1个文件
4 ■■■■ 文件已修改
src/main/java/com/nanometer/smartlab/dao/SysReagentDao.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>