fix bug
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -1007,7 +1007,7 @@ def get_se_cms_compare_info(last_obj, application_entity, detect_list): | ... | @@ -1007,7 +1007,7 @@ def get_se_cms_compare_info(last_obj, application_entity, detect_list): |
1007 | bhsj = round(float(amount) / 1.13, 2) | 1007 | bhsj = round(float(amount) / 1.13, 2) |
1008 | vehicle_field_input.append((consts.SE_NEW_ADD_FIELD[5], consts.SPLIT_STR.join([ | 1008 | vehicle_field_input.append((consts.SE_NEW_ADD_FIELD[5], consts.SPLIT_STR.join([ |
1009 | str(bhsj), | 1009 | str(bhsj), |
1010 | str(float(amount) - bhsj), | 1010 | str(round(float(amount) - bhsj)), |
1011 | consts.RESULT_Y | 1011 | consts.RESULT_Y |
1012 | ]))) | 1012 | ]))) |
1013 | vehicle_info[consts.MVI_EN] = vehicle_field_input | 1013 | vehicle_info[consts.MVI_EN] = vehicle_field_input | ... | ... |
-
Please register or sign in to post a comment