Merge remote-tracking branch 'origin/huacheng_test' into huacheng_test
| | |
| | | <include refid="selectRoleManagementEntityVo"/> |
| | | <where> |
| | | <if test="name!=null and name!=''"> |
| | | and role_name=#{name} |
| | | and role_name like concat('%', #{name}, '%') |
| | | </if> |
| | | <!-- <if test="streetName != null and streetName != ''">--> |
| | | <!-- AND street_name like concat('%', #{streetName}, '%')--> |
| | |
| | | select count(id) from automessage_role_management |
| | | <where> |
| | | <if test="name!=null and name!=''"> |
| | | and role_name=#{name} |
| | | and role_name like concat('%', #{name}, '%') |
| | | </if> |
| | | </where> |
| | | </select> |