|
@@ -366,6 +366,7 @@ public class ExamController extends ControllerSupport {
|
|
|
bean.setRootOrgId(next.getRootOrgId());
|
|
|
bean.setBeginTime(next.getBeginTime());
|
|
|
bean.setEndTime(next.getEndTime());
|
|
|
+ bean.setExamType(next.getExamType());
|
|
|
|
|
|
if (CollectionUtils.isNotEmpty(propertyKeyList)) {
|
|
|
Map<String, String> properties = getProperties(bean.getId(), propertyKeyList);
|