yujian
2020-05-17 de4110d3d3944ffcd797fd8c43f0d455cc731f84
fanli/src/main/java/com/yeshi/fanli/mapping/homemodule/SpecialCardMapper.xml
@@ -67,6 +67,10 @@
         <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>
@@ -77,6 +81,10 @@
         <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">