|
@@ -878,6 +878,8 @@ public class OrgController extends ControllerSupport {
|
|
|
if (null == properties) {
|
|
|
properties = Maps.newHashMap();
|
|
|
}
|
|
|
+ // 默认值 - 考生端展示的用户信息
|
|
|
+ // properties.put("SHOW_INFO", "STU_NAME,STU_CODE,IDENTITY_NUMBER");
|
|
|
info.setProperties(properties);
|
|
|
|
|
|
OrgEntity saved = orgService.saveRootOrg(info);
|