public interface SystemLogService extends IBaseService<SystemLog>
Modifier and Type | Method and Description |
---|---|
SystemLog |
getLastLog(java.lang.String staffid,
java.lang.String objType)
根据当前操作人和对象类型获取最后一次操作的日志对象
|
SystemLog |
getLastLog(java.lang.String staffid,
java.lang.String objType,
int actionType)
根据当前操作人,对象类型和操作动作获取最后一次操作的日志对象
|
SystemLog |
getLastLog(java.lang.String staffid,
java.lang.String objType,
java.lang.String objId,
int actionType) |
invalidLabelCascade, recreateLabelCascade
executeUpdate, executeUpdate, getById, getById, getByQuery, getByWhere, getByWhere, getByWhere, getCounts, getCounts, getJdbcDao, getJdbcTemplate, getList, getListByWhere, getListByWhere, getListForQuery, getListForQuery, getNewItem, getPageList, getPageList, getPageListForQuery, remove, removeById, removeByObject, save, saveOrUpdate, saveOrUpdateByObject, updateLabelByOldLabel
SystemLog getLastLog(java.lang.String staffid, java.lang.String objType)
staffid
- as intobjType
- as StringSystemLog getLastLog(java.lang.String staffid, java.lang.String objType, int actionType)
staffid
- as intobjType
- as StringactionType
- as intSystemLog getLastLog(java.lang.String staffid, java.lang.String objType, java.lang.String objId, int actionType)
Copyright © 2019 by Sucang.cn