Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class BackApplyController extends BaseController {
* @return AjaxResult对象
*/
@Log(title = "退料详情查看", businessType = BusinessType.QUERY)
@GetMapping("view")
@PostMapping("view")
public AjaxResult view(@RequestBody BackApplyInfo record) {
try {
List<BackApplyInfo> list =backApplyService.view(record);