|
@@ -67,6 +67,7 @@ public class FormServiceImpl extends AbstractServiceImpl<Form, String> implement
|
|
old.setCreate_date(new Date());
|
|
old.setCreate_date(new Date());
|
|
old.setUpdate_date(null);
|
|
old.setUpdate_date(null);
|
|
old.setRevision(1);
|
|
old.setRevision(1);
|
|
|
|
+ old.setRelease(0);
|
|
old.setUsing(false);
|
|
old.setUsing(false);
|
|
getMapper().insert(new InsertParam<>(old));
|
|
getMapper().insert(new InsertParam<>(old));
|
|
return old.getU_id();
|
|
return old.getU_id();
|