调整医生姓名长度限制

This commit is contained in:
2025-01-22 15:44:14 +08:00
parent f4ec3b1eb4
commit ed77b8ed82
3 changed files with 3 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ def handle_name(string):
def handle_doctor(string):
if not string:
return ""
return re.sub(r'[^⺀-鿿·]', '', string)[:30]
return re.sub(r'[^⺀-鿿·]', '', string)[:20]
# 处理医保类型数据