Commit 1934ad20 authored by suhuiguang's avatar suhuiguang

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

1.车用气瓶详情、使用登记详情、装置详情接口增加数据质量等级
parent 767c6561
......@@ -3110,6 +3110,10 @@ public class CommonServiceImpl implements ICommonService {
}
public void setDataQualityScore2Json(Map<String, Object> result, String bizId, BusinessTypeEnum businessTypeEnum) {
result.put("dataQualityScore", remindServiceImpl.getReminderLevel(bizId, businessTypeEnum.name()));
result.put("dataQualityScore", castDataQualityScore2Name(remindServiceImpl.getReminderLevel(bizId, businessTypeEnum.name()) + ""));
}
private String castDataQualityScore2Name(String dataQualityScore){
return dataDictTypeHandler.handle(DATA_QUALITY_SCORE, dataQualityScore);
}
}
\ 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