|
@@ -71,7 +71,7 @@ public class SopController {
|
|
|
* @RequestBody SopResponseDTO dto
|
|
* @RequestBody SopResponseDTO dto
|
|
|
* @return SOP列表
|
|
* @return SOP列表
|
|
|
*/
|
|
*/
|
|
|
- @PostMapping
|
|
|
|
|
|
|
+ @PostMapping("/list")
|
|
|
@ApiOperation(value = "分页查询SOP列表", notes = "支持按名称模糊查询")
|
|
@ApiOperation(value = "分页查询SOP列表", notes = "支持按名称模糊查询")
|
|
|
public Result<Object> listSop(@RequestBody SopResponseDTO dto) {
|
|
public Result<Object> listSop(@RequestBody SopResponseDTO dto) {
|
|
|
try {
|
|
try {
|