|
|
@@ -316,9 +316,7 @@ public class InstitutionService {
|
|
|
} catch (java.text.ParseException e) {
|
|
|
throw new RuntimeException("制度日期格式错误", e);
|
|
|
}
|
|
|
- if (!"NONE".equals(adapterType)) {
|
|
|
- createModel.setAdapterType(adapterType);
|
|
|
- }
|
|
|
+ // adapterType 由 scope.modify 单独设置,institution.create 无需传
|
|
|
|
|
|
@SuppressWarnings("unchecked")
|
|
|
List<Map<String, Object>> standardInfoList =
|