Browse Source

Merge remote-tracking branch 'origin/hotfixes_v5.0.2_20240311_updates' into dev_v5.0.3

deason 1 year ago
parent
commit
fdabd594a0

+ 2 - 0
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/controller/OrgController.java

@@ -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);