src/main/resources/mapper/data/DictMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/data/DictMapper.xml
@@ -37,7 +37,7 @@ select ns, tab, tab_desc, fn_get_entity(tab) entity, tableType, bak from lf.sys_dict <where> field = #{field} and status = 0 field = #{field} and status = 0 and tab_desc != '元数据' <if test="name != null"> and (upper(tab) like #{name} or upper(tab_desc) like #{name}) </if>