admin
2020-04-13 dd5b15229cb15459fa7c31ccea77dac28cbfafbd
fanli/src/main/java/com/yeshi/fanli/mapping/msg/MsgExtraMapper.xml
@@ -40,4 +40,11 @@
      <if test="createTime != null">mea_create_time=#{createTime,jdbcType=TIMESTAMP},</if>
    </set> where mea_id = #{id,jdbcType=BIGINT}
  </update>
  <select id="getByRidAndType" resultMap="BaseResultMap">
     SELECT * FROM yeshi_ec_msg_extra d
   WHERE d.`mea_rid` = #{rid}  AND d.`mea_type` = #{type}
   LIMIT 1
  </select>
</mapper>