Compare commits
2 Commits
7e85418e31
...
50f8c0b524
| Author | SHA1 | Date |
|---|---|---|
|
|
50f8c0b524 | |
|
|
e5cbbafb14 |
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue