新增异常物料进入异常堆,移除工艺不一致导致的拒绝进入
This commit is contained in:
@@ -307,4 +307,10 @@ public class IndustryMaterialController extends BaseController
|
||||
industryMaterialService.deleteIndustryMaterialByState(1L);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@DeleteMapping("/delete/{id}")
|
||||
public AjaxResult delete(@PathVariable("id") String id){
|
||||
return toAjax(industryMaterialService.delIndustryMaterialById(id));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user