优化接口的类型

This commit is contained in:
季圣华
2020-10-31 21:26:00 +08:00
parent 197213e97e
commit fba97561cb
18 changed files with 28 additions and 45 deletions

View File

@@ -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);