Commit 44848264 authored by 刘林's avatar 刘林

Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register

parents 99e24d78 4b6303b6
...@@ -3110,7 +3110,7 @@ public class CommonServiceImpl implements ICommonService { ...@@ -3110,7 +3110,7 @@ public class CommonServiceImpl implements ICommonService {
} }
public void setDataQualityScore2Json(Map<String, Object> result, String bizId, BusinessTypeEnum businessTypeEnum) { public void setDataQualityScore2Json(Map<String, Object> result, String bizId, BusinessTypeEnum businessTypeEnum) {
result.put("dataQualityScore", remindServiceImpl.getReminderLevel(bizId, businessTypeEnum.name())); result.put("dataQualityScore", String.valueOf(remindServiceImpl.getReminderLevel(bizId, businessTypeEnum.name())));
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment