src/main/java/com/nanometer/smartlab/dao/SysReagentDao.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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>