优化接口的类型
This commit is contained in:
@@ -603,7 +603,7 @@ public class DepotItemController {
|
||||
* @Param: ids
|
||||
* @return java.lang.Object
|
||||
*/
|
||||
@RequestMapping(value = "/batchDeleteDepotItemByIds")
|
||||
@PostMapping(value = "/batchDeleteDepotItemByIds")
|
||||
public Object batchDeleteDepotItemByIds(@RequestParam("ids") String ids) throws Exception {
|
||||
JSONObject result = ExceptionConstants.standardSuccess();
|
||||
int i= depotItemService.batchDeleteDepotItemByIds(ids);
|
||||
|
||||
Reference in New Issue
Block a user