Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8c0ddf7e
authored
2024-07-30 17:07:42 +0800
by
wangling
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
保单比对规则修改,去掉机动车损失保险金额,第三种责任限额金额,绝对免赔率,第一受益人的校验,修改保险开始日期,保险截止日期的校验,保险开始日期<今天,保险截止日期>明天
1 parent
c3532ca6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/common/tools/comparison.py
src/common/tools/comparison.py
View file @
8c0ddf7
...
...
@@ -607,7 +607,6 @@ class Comparison:
def
se_bd_date_2_compare
(
self
,
input_str
,
ocr_str
,
**
kwargs
):
try
:
# Convert strings to date objects
input_date
=
datetime
.
strptime
(
input_str
,
"
%
Y-
%
m-
%
d"
)
.
date
()
ocr_date
=
datetime
.
strptime
(
ocr_str
,
"
%
Y-
%
m-
%
d"
)
.
date
()
# Get today's date
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment