|
|
@@ -389,6 +389,7 @@ async def modify_institution_controller(
|
|
|
std_list = [std_list]
|
|
|
for std in std_list:
|
|
|
std_dict = std.to_alipay_dict() if hasattr(std, 'to_alipay_dict') else (std if isinstance(std, dict) else {})
|
|
|
+ import json as _json; import sys; sys.stderr.write(f"STD_TO_DICT: {_json.dumps(std_dict, ensure_ascii=False)}\n")
|
|
|
std_id = std_dict.get("standard_id", "")
|
|
|
if not std_id:
|
|
|
continue
|