diff --git a/entity/ClassificationAdmin_entity/grantDeleteProcess.js b/entity/ClassificationAdmin_entity/grantDeleteProcess.js index 0b3ed93eea3cca1985cfc8768475f656f3c87cee..6a0202d0b06e410bc42a2aa04aef955c32e8c6e5 100644 --- a/entity/ClassificationAdmin_entity/grantDeleteProcess.js +++ b/entity/ClassificationAdmin_entity/grantDeleteProcess.js @@ -1,11 +1,8 @@ -import("system.logging"); import("system.result"); import("system.db"); import("system.vars"); import("Sql_lib"); -logging.log("grantDelete " + (parseInt(db.cell(SqlCondition.begin() - .andPrepare("CLASSIFICATION.CLASSIFICATIONTYPE_ID", vars.get("$field.CLASSIFICATIONTYPEID")) - .buildSql("select count(*) from CLASSIFICATION", "1=2"))) <= 0)) + result.object(parseInt(db.cell(SqlCondition.begin() .andPrepare("CLASSIFICATION.CLASSIFICATIONTYPE_ID", vars.get("$field.CLASSIFICATIONTYPEID")) .buildSql("select count(*) from CLASSIFICATION", "1=2"))) <= 0); \ No newline at end of file