| | |
| | | |
| | | @Select("select * from com_act_message where user_id=#{comActMessageVO.userId} order by create_at desc") |
| | | IPage<PageComActMessageVO> pageMyMessageApplets(Page page, @Param("comActMessageVO")ComActMessageVO comActMessageVO); |
| | | @Select("select * from com_act_message where sendto_user_id=#{comActMessageVO.sendtoUserId} and ispublic=1") |
| | | @Select("select * from com_act_message where sendto_user_id=#{comActMessageVO.sendtoUserId} and ispublic=1 order by create_at desc ") |
| | | IPage<PageComActMessageVO> pageMessageByUserApplets(Page page, @Param("comActMessageVO")ComActMessageVO comActMessageVO); |
| | | |
| | | @Update("update com_act_message set ispublic=#{ispublic} where id=#{id}") |