fix умножения сапфоровских задач
v++
This commit is contained in:
@@ -29,6 +29,8 @@ public class Test extends riDBObject {
|
||||
public int group_id = CommonConstants.Nan;
|
||||
@Description("DEFAULT ''")
|
||||
public String files = ""; //файлы теста
|
||||
@Description("DEFAULT ''")
|
||||
public String extended_description="";
|
||||
//--------------------------------------------->>>
|
||||
@Description("IGNORE")
|
||||
public String temp_project_name = "";
|
||||
@@ -48,6 +50,7 @@ public class Test extends riDBObject {
|
||||
max_dim = t.max_dim;
|
||||
args = t.args;
|
||||
group_id = t.group_id;
|
||||
extended_description = t.extended_description;
|
||||
}
|
||||
@Override
|
||||
public void select(boolean flag) {
|
||||
|
||||
Reference in New Issue
Block a user