| | |
| | | and verid = #{verid} |
| | | </if> |
| | | <if test="name != null"> |
| | | and name like #{name} |
| | | and upper(name) like #{name} |
| | | </if> |
| | | </where> |
| | | </select> |
| | |
| | | and verid = #{verid} |
| | | </if> |
| | | <if test="name != null"> |
| | | and name like #{name} |
| | | and upper(name) like #{name} |
| | | </if> |
| | | </where> |
| | | order by id desc |
| | |
| | | and (${dirs}) |
| | | </if> |
| | | <if test="name != null"> |
| | | and name like #{name} |
| | | and upper(name) like #{name} |
| | | </if> |
| | | </where> |
| | | </select> |
| | |
| | | and (${dirs}) |
| | | </if> |
| | | <if test="name != null"> |
| | | and name like #{name} |
| | | and upper(name) like #{name} |
| | | </if> |
| | | </where> |
| | | order by id desc |
| | |
| | | and type in (${types}) |
| | | </if> |
| | | <if test="name != null"> |
| | | and name like #{name} |
| | | and upper(name) like #{name} |
| | | </if> |
| | | </where> |
| | | </select> |
| | |
| | | and type in (${types}) |
| | | </if> |
| | | <if test="name != null"> |
| | | and name like #{name} |
| | | and upper(name) like #{name} |
| | | </if> |
| | | </where> |
| | | order by id desc |
| | |
| | | <where> |
| | | metaid = #{metaid} |
| | | <if test="name != null"> |
| | | and name like #{name} |
| | | and upper(name) like #{name} |
| | | </if> |
| | | </where> |
| | | </select> |
| | |
| | | <where> |
| | | metaid = #{metaid} |
| | | <if test="name != null"> |
| | | and name like #{name} |
| | | and upper(name) like #{name} |
| | | </if> |
| | | </where> |
| | | order by id desc |