接口 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
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidmarkException(java.lang.Long payLogNotifyId, java.lang.String exceptionReason)标记异常voidremoveExceptionMark(java.lang.Long payLogNotifyId)移除标记异常
-
-
-
方法详细资料
-
markException
void markException(@Param("payLogNotifyId") java.lang.Long payLogNotifyId, @Param("exceptionReason") java.lang.String exceptionReason)标记异常- 参数:
payLogNotifyId- 支付记录通知IDexceptionReason- 异常ID
-
removeExceptionMark
void removeExceptionMark(@Param("payLogNotifyId") java.lang.Long payLogNotifyId)移除标记异常- 参数:
payLogNotifyId- 支付记录通知ID
-
-