接口 PayLogNotifyMapper

  • 所有超级接口:
    tk.mybatis.mapper.common.base.BaseDeleteMapper<PayLogNotify>, tk.mybatis.mapper.common.base.BaseInsertMapper<PayLogNotify>, tk.mybatis.mapper.common.BaseMapper<PayLogNotify>, tk.mybatis.mapper.common.base.BaseSelectMapper<PayLogNotify>, tk.mybatis.mapper.common.base.BaseUpdateMapper<PayLogNotify>, tk.mybatis.mapper.common.example.DeleteByExampleMapper<PayLogNotify>, tk.mybatis.mapper.common.base.delete.DeleteByPrimaryKeyMapper<PayLogNotify>, tk.mybatis.mapper.common.base.delete.DeleteMapper<PayLogNotify>, tk.mybatis.mapper.common.ExampleMapper<PayLogNotify>, tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<PayLogNotify>, tk.mybatis.mapper.common.base.insert.InsertMapper<PayLogNotify>, tk.mybatis.mapper.common.base.insert.InsertSelectiveMapper<PayLogNotify>, tk.mybatis.mapper.common.Mapper<PayLogNotify>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<PayLogNotify>, tk.mybatis.mapper.common.base.select.SelectAllMapper<PayLogNotify>, tk.mybatis.mapper.common.example.SelectByExampleMapper<PayLogNotify>, tk.mybatis.mapper.common.rowbounds.SelectByExampleRowBoundsMapper<PayLogNotify>, tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<PayLogNotify>, tk.mybatis.mapper.common.example.SelectCountByExampleMapper<PayLogNotify>, tk.mybatis.mapper.common.base.select.SelectCountMapper<PayLogNotify>, tk.mybatis.mapper.common.base.select.SelectMapper<PayLogNotify>, tk.mybatis.mapper.common.example.SelectOneByExampleMapper<PayLogNotify>, tk.mybatis.mapper.common.base.select.SelectOneMapper<PayLogNotify>, tk.mybatis.mapper.common.rowbounds.SelectRowBoundsMapper<PayLogNotify>, tk.mybatis.mapper.common.example.UpdateByExampleMapper<PayLogNotify>, tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<PayLogNotify>, tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeyMapper<PayLogNotify>, tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeySelectiveMapper<PayLogNotify>

    public interface PayLogNotifyMapper
    extends tk.mybatis.mapper.common.Mapper<PayLogNotify>
    支付记录通知Mapper
    作者:
    guer
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void markException​(java.lang.Long payLogNotifyId, java.lang.String exceptionReason)
      标记异常
      void removeExceptionMark​(java.lang.Long payLogNotifyId)
      移除标记异常
      • 从接口继承的方法 tk.mybatis.mapper.common.example.DeleteByExampleMapper

        deleteByExample
      • 从接口继承的方法 tk.mybatis.mapper.common.base.delete.DeleteByPrimaryKeyMapper

        deleteByPrimaryKey
      • 从接口继承的方法 tk.mybatis.mapper.common.base.delete.DeleteMapper

        delete
      • 从接口继承的方法 tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper

        existsWithPrimaryKey
      • 从接口继承的方法 tk.mybatis.mapper.common.base.insert.InsertMapper

        insert
      • 从接口继承的方法 tk.mybatis.mapper.common.base.insert.InsertSelectiveMapper

        insertSelective
      • 从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectAllMapper

        selectAll
      • 从接口继承的方法 tk.mybatis.mapper.common.example.SelectByExampleMapper

        selectByExample
      • 从接口继承的方法 tk.mybatis.mapper.common.rowbounds.SelectByExampleRowBoundsMapper

        selectByExampleAndRowBounds
      • 从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper

        selectByPrimaryKey
      • 从接口继承的方法 tk.mybatis.mapper.common.example.SelectCountByExampleMapper

        selectCountByExample
      • 从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectCountMapper

        selectCount
      • 从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectMapper

        select
      • 从接口继承的方法 tk.mybatis.mapper.common.example.SelectOneByExampleMapper

        selectOneByExample
      • 从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectOneMapper

        selectOne
      • 从接口继承的方法 tk.mybatis.mapper.common.rowbounds.SelectRowBoundsMapper

        selectByRowBounds
      • 从接口继承的方法 tk.mybatis.mapper.common.example.UpdateByExampleMapper

        updateByExample
      • 从接口继承的方法 tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper

        updateByExampleSelective
      • 从接口继承的方法 tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeyMapper

        updateByPrimaryKey
      • 从接口继承的方法 tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeySelectiveMapper

        updateByPrimaryKeySelective
    • 方法详细资料

      • markException

        void markException​(@Param("payLogNotifyId")
                           java.lang.Long payLogNotifyId,
                           @Param("exceptionReason")
                           java.lang.String exceptionReason)
        标记异常
        参数:
        payLogNotifyId - 支付记录通知ID
        exceptionReason - 异常ID
      • removeExceptionMark

        void removeExceptionMark​(@Param("payLogNotifyId")
                                 java.lang.Long payLogNotifyId)
        移除标记异常
        参数:
        payLogNotifyId - 支付记录通知ID