|
@@ -12,6 +12,7 @@ import com.jeeplus.sys.feign.IUserApi;
|
|
import com.jeeplus.sys.service.dto.UserDTO;
|
|
import com.jeeplus.sys.service.dto.UserDTO;
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.ApiOperation;
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
+import liquibase.pro.packaged.S;
|
|
import org.springframework.http.ResponseEntity;
|
|
import org.springframework.http.ResponseEntity;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
@@ -44,8 +45,8 @@ public class MyNoticeController {
|
|
|
|
|
|
@ApiOperation(value = "修改已读状态")
|
|
@ApiOperation(value = "修改已读状态")
|
|
@GetMapping("/update")
|
|
@GetMapping("/update")
|
|
- public String update(String taskId, String noticeId) {
|
|
|
|
- return service.update(taskId, noticeId);
|
|
|
|
|
|
+ public String update(String taskId, String noticeId,String id) {
|
|
|
|
+ return service.update(taskId, noticeId,id);
|
|
}
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "库存提醒修改已读状态")
|
|
@ApiOperation(value = "库存提醒修改已读状态")
|