| | |
| | | <if test='key != null and key != ""'>
|
| | | AND cd_name like '%${key}%'
|
| | | </if>
|
| | | <if test="listPid != null">
|
| | | AND cd_place_id in
|
| | | <foreach collection="listPid" item="item" open="(" close=")" separator=",">#{item}</foreach>
|
| | | </if>
|
| | | ORDER BY cd_place_id,cd_state DESC
|
| | | LIMIT ${start},${count}
|
| | | </select>
|
| | |
| | | <if test='key != null and key != ""'>
|
| | | AND cd_name like '%${key}%'
|
| | | </if>
|
| | | <if test="listPid != null">
|
| | | AND cd_place_id in
|
| | | <foreach collection="listPid" item="item" open="(" close=")" separator=",">#{item}</foreach>
|
| | | </if>
|
| | | </select>
|
| | |
|
| | | <delete id="deleteBatchByPrimaryKey" parameterType="java.util.List">
|