| | |
| | | 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 |
| | |
| | | select count(*) from lf.sys_publish |
| | | <where> |
| | | <if test="name != null"> |
| | | name like #{name} |
| | | upper(name) like #{name} |
| | | </if> |
| | | </where> |
| | | </select> |
| | |
| | | from lf.sys_publish a |
| | | <where> |
| | | <if test="name != null"> |
| | | name like #{name} |
| | | upper(name) like #{name} |
| | | </if> |
| | | </where> |
| | | order by id |