|
@@ -89,7 +89,7 @@ public class CenterdataTHousingconstructionSteelcylinderController extends BaseC
|
|
public AjaxResult remove(@PathVariable String[] ids) {
|
|
public AjaxResult remove(@PathVariable String[] ids) {
|
|
int num = centerdataTHousingconstructionSteelcylinderService.deleteCenterdataTHousingconstructionSteelcylinderByIds(ids);
|
|
int num = centerdataTHousingconstructionSteelcylinderService.deleteCenterdataTHousingconstructionSteelcylinderByIds(ids);
|
|
if (num == -1) {
|
|
if (num == -1) {
|
|
- return AjaxResult.error("钢瓶有流转信息,不能删除!");
|
|
|
|
|
|
+ return AjaxResult.error("运营中的钢瓶不可删除!");
|
|
}
|
|
}
|
|
return toAjax(num);
|
|
return toAjax(num);
|
|
}
|
|
}
|