public interface NotifyRecordDao extends JeeeDao<NotifyRecord>
| 限定符和类型 | 方法和说明 |
|---|---|
NotifyRecord |
autoGet(NotifyRecord notify) |
java.util.List<NotifyRecord> |
autoQuery(NotifyRecord entity) |
void |
tagHaveRead(java.lang.String notifyId,
java.lang.String userId) |
autoAdd, autoDeleteById, autoSum, autoUpdate, autoUpdateNotNull, deleteByTable, execSql, getCount, querySql, updateByTable@Select(value="auto:query") java.util.List<NotifyRecord> autoQuery(NotifyRecord entity)
autoQuery 在接口中 JeeeDao<NotifyRecord>@Select(value="auto:get") NotifyRecord autoGet(NotifyRecord notify)
autoGet 在接口中 JeeeDao<NotifyRecord>@Update(value=" update sys_notify_record set read_date = sysdate() ,read_flag = 1 where notify_id = \'${notifyId}\' and user_id = \'${userId}\' and del = 0 ")
void tagHaveRead(@Param(value="notifyId")
java.lang.String notifyId,
@Param(value="userId")
java.lang.String userId)
Copyright © 2019. All Rights Reserved.