|
@@ -312,6 +312,8 @@ public class ExamController extends ControllerSupport {
|
|
|
bean.setName(next.getName());
|
|
|
bean.setEnable(next.getEnable());
|
|
|
bean.setRootOrgId(next.getRootOrgId());
|
|
|
+ bean.setBeginTime(next.getBeginTime());
|
|
|
+ bean.setEndTime(next.getEndTime());
|
|
|
|
|
|
if (CollectionUtils.isNotEmpty(propertyKeyList)) {
|
|
|
Map<String, String> properties = getProperties(bean.getId(), propertyKeyList);
|