Commit 4b6303b6 authored by suhuiguang's avatar suhuiguang

feat(重要提醒):业务新增提醒开发联调

1.前端等级字段不支持数字调整为字符串
parent 3cbd6301
...@@ -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