| | |
| | | import org.springframework.util.CollectionUtils; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | | import javax.annotation.Nonnull; |
| | | import javax.annotation.Resource; |
| | | import jakarta.annotation.Nonnull; |
| | | import jakarta.annotation.Resource; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | if(CollectionUtils.isEmpty(ids)){ |
| | | return AjaxResult.error("请选择至少一条数据"); |
| | | } |
| | | return AjaxResult.success(qualityTestStandardService.removeBatchByIds(ids)); |
| | | return AjaxResult.success(qualityTestStandardService.delQualityTestStandard(ids)); |
| | | } |
| | | |
| | | /** |