@@ -75,7 +75,7 @@ public class OwnNoticeController extends BaseController
/**
* 消息读取
*/
- @PostMapping("/readWork/{noticeId}")
+ @GetMapping("/readWork/{noticeId}")
public R readWork(@PathVariable("noticeId") String noticeId)
{
//获取当前企业的编号
@@ -39,6 +39,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="workType != null and workType != ''">
AND work_type = #{workType}
</if>
- ORDER BY snyr_user_status,create_time DESC
+ ORDER BY create_time DESC
</select>
</mapper>