admin
2019-04-12 2406574c36a8c4e8e8ffe7c56a34e25dde107a84
fanli/src/main/java/com/yeshi/fanli/mapping/homemodule/SpecialCardMapper.xml
@@ -55,7 +55,7 @@
      <if test="placeId != null">cd_place_id=#{placeId,jdbcType=BIGINT},</if>
      <if test="bottomPicture != null">cd_bottom_picture=#{bottomPicture,jdbcType=VARCHAR},</if>
      <if test="startTime != null">cd_start_time=#{startTime,jdbcType=TIMESTAMP},</if>
      <if test="endTime != null">cd_end_time=#{endTime,jdbcType=TIMESTAMP},</if>
      <if test="endTime != null">cd_end_time=#{endTime,jdbcType=TIMESTAMP},</if>
      <if test="createtime != null">cd_createtime=#{createtime,jdbcType=TIMESTAMP},</if>
      <if test="updatetime != null">cd_updatetime=#{updatetime,jdbcType=TIMESTAMP},</if>
    </set> where cd_id = #{id,jdbcType=BIGINT}
@@ -67,7 +67,7 @@
         <if test='key != null and key != ""'>
               AND cd_name like '%${key}%'
         </if>
         ORDER BY cd_state DESC,cd_createtime
         ORDER BY cd_place_id,cd_state DESC
       LIMIT ${start},${count}
   </select>