|
@@ -84,7 +84,7 @@ public class K3MaterialController {
|
|
}
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "物料详情")
|
|
@ApiOperation(value = "物料详情")
|
|
- @GetMapping("/detail")
|
|
|
|
|
|
+ @PostMapping("/detail")
|
|
public ResponseHelper<KingDeeMaterialBean> detail(
|
|
public ResponseHelper<KingDeeMaterialBean> detail(
|
|
@ApiParam(required = true) @RequestParam String id
|
|
@ApiParam(required = true) @RequestParam String id
|
|
) throws Exception {
|
|
) throws Exception {
|