添加医保类型处理方法
This commit is contained in:
@@ -81,3 +81,10 @@ def handle_name(string):
|
||||
if not string:
|
||||
return ""
|
||||
return re.sub(r'[^⺀-鿿·]', '', string)
|
||||
|
||||
|
||||
# 处理医保类型数据
|
||||
def handle_insurance_type(string):
|
||||
if not string:
|
||||
return ""
|
||||
return string.replace(":", "").replace(":", "")
|
||||
|
||||
Reference in New Issue
Block a user